View Source GoogleApi.Sheets.V4.Model.WaterfallChartColumnStyle (google_api_sheets v0.34.0)

Styles for a waterfall chart column.

Attributes

  • color (type: GoogleApi.Sheets.V4.Model.Color.t, default: nil) - The color of the column. Deprecated: Use color_style.
  • colorStyle (type: GoogleApi.Sheets.V4.Model.ColorStyle.t, default: nil) - The color of the column. If color is also set, this field takes precedence.
  • label (type: String.t, default: nil) - The label of the column's legend.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.WaterfallChartColumnStyle{
  color: GoogleApi.Sheets.V4.Model.Color.t() | nil,
  colorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t() | nil,
  label: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.