Show / Hide Table of Contents

Class PieChartSpec

A pie chart.

Inheritance
System.Object
PieChartSpec
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class PieChartSpec : object, IDirectResponseSchema

Properties

Domain

The data that covers the domain of the pie chart.

Declaration
public virtual ChartData Domain { get; set; }
Property Value
Type Description
ChartData

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

LegendPosition

Where the legend of the pie chart should be drawn.

Declaration
public virtual string LegendPosition { get; set; }
Property Value
Type Description
System.String

PieHole

The size of the hole in the pie chart.

Declaration
public virtual Nullable<double> PieHole { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Series

The data that covers the one and only series of the pie chart.

Declaration
public virtual ChartData Series { get; set; }
Property Value
Type Description
ChartData

ThreeDimensional

True if the pie is three dimensional.

Declaration
public virtual Nullable<bool> ThreeDimensional { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
Back to top