Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
WaterfallChartCustomSubtotal |
WaterfallChartCustomSubtotal.clone() |
WaterfallChartCustomSubtotal |
WaterfallChartCustomSubtotal.set(String fieldName,
Object value) |
WaterfallChartCustomSubtotal |
WaterfallChartCustomSubtotal.setDataIsSubtotal(Boolean dataIsSubtotal)
True if the data point at subtotal_index is the subtotal.
|
WaterfallChartCustomSubtotal |
WaterfallChartCustomSubtotal.setLabel(String label)
A label for the subtotal column.
|
WaterfallChartCustomSubtotal |
WaterfallChartCustomSubtotal.setSubtotalIndex(Integer subtotalIndex)
The zero-based index of a data point within the series.
|
Modifier and Type | Method and Description |
---|---|
List<WaterfallChartCustomSubtotal> |
WaterfallChartSeries.getCustomSubtotals()
Custom subtotal columns appearing in this series.
|
Modifier and Type | Method and Description |
---|---|
WaterfallChartSeries |
WaterfallChartSeries.setCustomSubtotals(List<WaterfallChartCustomSubtotal> customSubtotals)
Custom subtotal columns appearing in this series.
|
Copyright © 2011–2024 Google. All rights reserved.