GoogleApi.Sheets.V4.Model.ChartData (google_api_sheets v0.25.2) View Source

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. Not supported for regular 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. Not supported for regular charts.
  • sourceRange (type: GoogleApi.Sheets.V4.Model.ChartSourceRange.t, default: nil) - The source ranges of the data.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.ChartData{
  aggregateType: String.t(),
  columnReference: GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t(),
  groupRule: GoogleApi.Sheets.V4.Model.ChartGroupRule.t(),
  sourceRange: GoogleApi.Sheets.V4.Model.ChartSourceRange.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.