Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
WaterfallChartSpec |
WaterfallChartSpec.clone() |
WaterfallChartSpec |
ChartSpec.getWaterfallChart()
A waterfall chart specification.
|
WaterfallChartSpec |
WaterfallChartSpec.set(String fieldName,
Object value) |
WaterfallChartSpec |
WaterfallChartSpec.setConnectorLineStyle(LineStyle connectorLineStyle)
The line style for the connector lines.
|
WaterfallChartSpec |
WaterfallChartSpec.setDomain(WaterfallChartDomain domain)
The domain data (horizontal axis) for the waterfall chart.
|
WaterfallChartSpec |
WaterfallChartSpec.setFirstValueIsTotal(Boolean firstValueIsTotal)
True to interpret the first value as a total.
|
WaterfallChartSpec |
WaterfallChartSpec.setHideConnectorLines(Boolean hideConnectorLines)
True to hide connector lines between columns.
|
WaterfallChartSpec |
WaterfallChartSpec.setSeries(List<WaterfallChartSeries> series)
The data this waterfall chart is visualizing.
|
WaterfallChartSpec |
WaterfallChartSpec.setStackedType(String stackedType)
The stacked type.
|
WaterfallChartSpec |
WaterfallChartSpec.setTotalDataLabel(DataLabel totalDataLabel)
Controls whether to display additional data labels on stacked charts which sum the total value
of all stacked values at each value along the domain axis.
|
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.setWaterfallChart(WaterfallChartSpec waterfallChart)
A waterfall chart specification.
|
Copyright © 2011–2024 Google. All rights reserved.