GoogleApi.Sheets.V4.Model.BasicSeriesDataPointStyleOverride (google_api_sheets v0.28.0) View Source

Style override settings for a single series data point.

Attributes

  • color (type: GoogleApi.Sheets.V4.Model.Color.t, default: nil) - Color of the series data point. If empty, the series default is used.
  • colorStyle (type: GoogleApi.Sheets.V4.Model.ColorStyle.t, default: nil) - Color of the series data point. If empty, the series default is used. If color is also set, this field takes precedence.
  • index (type: integer(), default: nil) - Zero based index of the series data point.
  • pointStyle (type: GoogleApi.Sheets.V4.Model.PointStyle.t, default: nil) - Point style of the series data point. Valid only if the chartType is AREA, LINE, or SCATTER. COMBO charts are also supported if the series chart type is AREA, LINE, or SCATTER. If empty, the series default is used.

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.BasicSeriesDataPointStyleOverride{
  color: GoogleApi.Sheets.V4.Model.Color.t() | nil,
  colorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t() | nil,
  index: integer() | nil,
  pointStyle: GoogleApi.Sheets.V4.Model.PointStyle.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.