public final class WaterfallChartSeries extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
WaterfallChartSeries() |
| Modifier and Type | Method and Description |
|---|---|
WaterfallChartSeries |
clone() |
List<WaterfallChartCustomSubtotal> |
getCustomSubtotals()
Custom subtotal columns appearing in this series.
|
ChartData |
getData()
The data being visualized in this series.
|
DataLabel |
getDataLabel()
Information about the data labels for this series.
|
Boolean |
getHideTrailingSubtotal()
True to hide the subtotal column from the end of the series.
|
WaterfallChartColumnStyle |
getNegativeColumnsStyle()
Styles for all columns in this series with negative values.
|
WaterfallChartColumnStyle |
getPositiveColumnsStyle()
Styles for all columns in this series with positive values.
|
WaterfallChartColumnStyle |
getSubtotalColumnsStyle()
Styles for all subtotal columns in this series.
|
WaterfallChartSeries |
set(String fieldName,
Object value) |
WaterfallChartSeries |
setCustomSubtotals(List<WaterfallChartCustomSubtotal> customSubtotals)
Custom subtotal columns appearing in this series.
|
WaterfallChartSeries |
setData(ChartData data)
The data being visualized in this series.
|
WaterfallChartSeries |
setDataLabel(DataLabel dataLabel)
Information about the data labels for this series.
|
WaterfallChartSeries |
setHideTrailingSubtotal(Boolean hideTrailingSubtotal)
True to hide the subtotal column from the end of the series.
|
WaterfallChartSeries |
setNegativeColumnsStyle(WaterfallChartColumnStyle negativeColumnsStyle)
Styles for all columns in this series with negative values.
|
WaterfallChartSeries |
setPositiveColumnsStyle(WaterfallChartColumnStyle positiveColumnsStyle)
Styles for all columns in this series with positive values.
|
WaterfallChartSeries |
setSubtotalColumnsStyle(WaterfallChartColumnStyle subtotalColumnsStyle)
Styles for all subtotal columns in this series.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<WaterfallChartCustomSubtotal> getCustomSubtotals()
null for nonepublic WaterfallChartSeries setCustomSubtotals(List<WaterfallChartCustomSubtotal> customSubtotals)
customSubtotals - customSubtotals or null for nonepublic ChartData getData()
null for nonepublic WaterfallChartSeries setData(ChartData data)
data - data or null for nonepublic DataLabel getDataLabel()
null for nonepublic WaterfallChartSeries setDataLabel(DataLabel dataLabel)
dataLabel - dataLabel or null for nonepublic Boolean getHideTrailingSubtotal()
null for nonepublic WaterfallChartSeries setHideTrailingSubtotal(Boolean hideTrailingSubtotal)
hideTrailingSubtotal - hideTrailingSubtotal or null for nonepublic WaterfallChartColumnStyle getNegativeColumnsStyle()
null for nonepublic WaterfallChartSeries setNegativeColumnsStyle(WaterfallChartColumnStyle negativeColumnsStyle)
negativeColumnsStyle - negativeColumnsStyle or null for nonepublic WaterfallChartColumnStyle getPositiveColumnsStyle()
null for nonepublic WaterfallChartSeries setPositiveColumnsStyle(WaterfallChartColumnStyle positiveColumnsStyle)
positiveColumnsStyle - positiveColumnsStyle or null for nonepublic WaterfallChartColumnStyle getSubtotalColumnsStyle()
null for nonepublic WaterfallChartSeries setSubtotalColumnsStyle(WaterfallChartColumnStyle subtotalColumnsStyle)
subtotalColumnsStyle - subtotalColumnsStyle or null for nonepublic WaterfallChartSeries set(String fieldName, Object value)
set in class GenericJsonpublic WaterfallChartSeries clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.