Show / Hide Table of Contents

Class PieChartSpec

A pie chart.

Inheritance
object
PieChartSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
string

PieHole

The size of the hole in the pie chart.

Declaration
[JsonProperty("pieHole")]
public virtual double? PieHole { get; set; }
Property Value
Type Description
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
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX