Class ChartData
The data included in a domain or series.
Inheritance
System.Object
ChartData
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 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 |
---|---|
System.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 |
---|---|
System.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 |