View Source GoogleApi.Sheets.V4.Model.ChartData (google_api_sheets v0.34.0)
The data included in a domain or series.
Attributes
-
aggregateType
(type:String.t
, default:nil
) - The aggregation type for the series of a data source chart. Only supported for data source charts. -
columnReference
(type:GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t
, default:nil
) - The reference to the data source column that the data reads from. -
groupRule
(type:GoogleApi.Sheets.V4.Model.ChartGroupRule.t
, default:nil
) - The rule to group the data by if the ChartData backs the domain of a data source chart. Only supported for data source charts. -
sourceRange
(type:GoogleApi.Sheets.V4.Model.ChartSourceRange.t
, default:nil
) - The source ranges of the data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.ChartData{ aggregateType: String.t() | nil, columnReference: GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t() | nil, groupRule: GoogleApi.Sheets.V4.Model.ChartGroupRule.t() | nil, sourceRange: GoogleApi.Sheets.V4.Model.ChartSourceRange.t() | nil }