Show / Hide Table of Contents

Class ChartData

The data included in a domain or series.

Inheritance
object
ChartData
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 ChartData : IDirectResponseSchema

Properties

AggregateType

The aggregation type for the series of a data source chart. Only supported for data source charts.

Declaration
[JsonProperty("aggregateType")]
public virtual string AggregateType { get; set; }
Property Value
Type Description
string

ColumnReference

The reference to the data source column that the data reads from.

Declaration
[JsonProperty("columnReference")]
public virtual DataSourceColumnReference ColumnReference { get; set; }
Property Value
Type Description
DataSourceColumnReference

ETag

The ETag of the item.

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

GroupRule

The rule to group the data by if the ChartData backs the domain of a data source chart. Only supported for data source charts.

Declaration
[JsonProperty("groupRule")]
public virtual ChartGroupRule GroupRule { get; set; }
Property Value
Type Description
ChartGroupRule

SourceRange

The source ranges of the data.

Declaration
[JsonProperty("sourceRange")]
public virtual ChartSourceRange SourceRange { get; set; }
Property Value
Type Description
ChartSourceRange

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX