Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
WaterfallChartSeries |
WaterfallChartSeries.clone() |
WaterfallChartSeries |
WaterfallChartSeries.set(String fieldName,
Object value) |
WaterfallChartSeries |
WaterfallChartSeries.setCustomSubtotals(List<WaterfallChartCustomSubtotal> customSubtotals)
Custom subtotal columns appearing in this series.
|
WaterfallChartSeries |
WaterfallChartSeries.setData(ChartData data)
The data being visualized in this series.
|
WaterfallChartSeries |
WaterfallChartSeries.setDataLabel(DataLabel dataLabel)
Information about the data labels for this series.
|
WaterfallChartSeries |
WaterfallChartSeries.setHideTrailingSubtotal(Boolean hideTrailingSubtotal)
True to hide the subtotal column from the end of the series.
|
WaterfallChartSeries |
WaterfallChartSeries.setNegativeColumnsStyle(WaterfallChartColumnStyle negativeColumnsStyle)
Styles for all columns in this series with negative values.
|
WaterfallChartSeries |
WaterfallChartSeries.setPositiveColumnsStyle(WaterfallChartColumnStyle positiveColumnsStyle)
Styles for all columns in this series with positive values.
|
WaterfallChartSeries |
WaterfallChartSeries.setSubtotalColumnsStyle(WaterfallChartColumnStyle subtotalColumnsStyle)
Styles for all subtotal columns in this series.
|
Modifier and Type | Method and Description |
---|---|
List<WaterfallChartSeries> |
WaterfallChartSpec.getSeries()
The data this waterfall chart is visualizing.
|
Modifier and Type | Method and Description |
---|---|
WaterfallChartSpec |
WaterfallChartSpec.setSeries(List<WaterfallChartSeries> series)
The data this waterfall chart is visualizing.
|
Copyright © 2011–2024 Google. All rights reserved.