google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.WaterfallChartCustomSubtotal View Source
A custom subtotal column for a waterfall chart series.
Attributes
- dataIsSubtotal (boolean()): True if the data point at subtotal_index is the subtotal. If false, the subtotal will be computed and appear after the data point. Defaults to:
null
. - label (String.t): A label for the subtotal column. Defaults to:
null
. - subtotalIndex (integer()): The 0-based index of a data point within the series. If data_is_subtotal is true, the data point at this index is the subtotal. Otherwise, the subtotal appears after the data point with this index. A series can have multiple subtotals at arbitrary indices, but subtotals do not affect the indices of the data points. For example, if a series has three data points, their indices will always be 0, 1, and 2, regardless of how many subtotals exist on the series or what data points they are associated with. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.