google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.WaterfallChartSeries View Source
A single series of data for a waterfall chart.
Attributes
- customSubtotals ([WaterfallChartCustomSubtotal]): Custom subtotal columns appearing in this series. The order in which subtotals are defined is not significant. Only one subtotal may be defined for each data point. Defaults to:
null
. - data (ChartData): The data being visualized in this series. Defaults to:
null
. - hideTrailingSubtotal (boolean()): True to hide the subtotal column from the end of the series. By default, a subtotal column will appear at the end of each series. Setting this field to true will hide that subtotal column for this series. Defaults to:
null
. - negativeColumnsStyle (WaterfallChartColumnStyle): Styles for all columns in this series with negative values. Defaults to:
null
. - positiveColumnsStyle (WaterfallChartColumnStyle): Styles for all columns in this series with positive values. Defaults to:
null
. - subtotalColumnsStyle (WaterfallChartColumnStyle): Styles for all subtotal columns in this series. 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 type
t()
View Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.WaterfallChartSeries{
customSubtotals: [GoogleApi.Sheets.V4.Model.WaterfallChartCustomSubtotal.t()],
data: GoogleApi.Sheets.V4.Model.ChartData.t(),
hideTrailingSubtotal: any(),
negativeColumnsStyle: GoogleApi.Sheets.V4.Model.WaterfallChartColumnStyle.t(),
positiveColumnsStyle: GoogleApi.Sheets.V4.Model.WaterfallChartColumnStyle.t(),
subtotalColumnsStyle: GoogleApi.Sheets.V4.Model.WaterfallChartColumnStyle.t()
}
t() :: %GoogleApi.Sheets.V4.Model.WaterfallChartSeries{ customSubtotals: [GoogleApi.Sheets.V4.Model.WaterfallChartCustomSubtotal.t()], data: GoogleApi.Sheets.V4.Model.ChartData.t(), hideTrailingSubtotal: any(), negativeColumnsStyle: GoogleApi.Sheets.V4.Model.WaterfallChartColumnStyle.t(), positiveColumnsStyle: GoogleApi.Sheets.V4.Model.WaterfallChartColumnStyle.t(), subtotalColumnsStyle: GoogleApi.Sheets.V4.Model.WaterfallChartColumnStyle.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.