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

Allows you to organize numeric values in a source data column into buckets of constant size.

Attributes

  • intervalSize (type: float(), default: nil) - The size of the buckets that are created. Must be positive.
  • maxValue (type: float(), default: nil) - The maximum value at which items are placed into buckets. Values greater than the maximum are grouped into a single bucket. If omitted, it is determined by the maximum item value.
  • minValue (type: float(), default: nil) - The minimum value at which items are placed into buckets. Values that are less than the minimum are grouped into a single bucket. If omitted, it is determined by the minimum item value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.ChartHistogramRule{
  intervalSize: float() | nil,
  maxValue: float() | nil,
  minValue: float() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.