Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
WaterfallChartColumnStyle |
WaterfallChartColumnStyle.clone() |
WaterfallChartColumnStyle |
WaterfallChartSeries.getNegativeColumnsStyle()
Styles for all columns in this series with negative values.
|
WaterfallChartColumnStyle |
WaterfallChartSeries.getPositiveColumnsStyle()
Styles for all columns in this series with positive values.
|
WaterfallChartColumnStyle |
WaterfallChartSeries.getSubtotalColumnsStyle()
Styles for all subtotal columns in this series.
|
WaterfallChartColumnStyle |
WaterfallChartColumnStyle.set(String fieldName,
Object value) |
WaterfallChartColumnStyle |
WaterfallChartColumnStyle.setColor(Color color)
The color of the column.
|
WaterfallChartColumnStyle |
WaterfallChartColumnStyle.setColorStyle(ColorStyle colorStyle)
The color of the column.
|
WaterfallChartColumnStyle |
WaterfallChartColumnStyle.setLabel(String label)
The label of the column's legend.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011–2024 Google. All rights reserved.