GoogleApi.Sheets.V4.Model.ChartHistogramRule (google_api_sheets v0.35.0)
View SourceAllows 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.