Class PieChartSpec
A pie chart.
Inheritance
System.Object
PieChartSpec
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class PieChartSpec : IDirectResponseSchema
Properties
Domain
The data that covers the domain of the pie chart.
Declaration
[JsonProperty("domain")]
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
[JsonProperty("legendPosition")]
public virtual string LegendPosition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PieHole
The size of the hole in the pie chart.
Declaration
[JsonProperty("pieHole")]
public virtual 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
[JsonProperty("series")]
public virtual ChartData Series { get; set; }
Property Value
Type | Description |
---|---|
ChartData |
ThreeDimensional
True if the pie is three dimensional.
Declaration
[JsonProperty("threeDimensional")]
public virtual bool? ThreeDimensional { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |