public final class WaterfallChartSeries
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
WaterfallChartSeries() |
Modifier and Type | Method and Description |
---|---|
WaterfallChartSeries |
clone() |
java.util.List<WaterfallChartCustomSubtotal> |
getCustomSubtotals()
Custom subtotal columns appearing in this series.
|
ChartData |
getData()
The data being visualized in this series.
|
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
WaterfallChartSeries |
setCustomSubtotals(java.util.List<WaterfallChartCustomSubtotal> customSubtotals)
Custom subtotal columns appearing in this series.
|
WaterfallChartSeries |
setData(ChartData data)
The data being visualized in this series.
|
WaterfallChartSeries |
setHideTrailingSubtotal(java.lang.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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<WaterfallChartCustomSubtotal> getCustomSubtotals()
null
for nonepublic WaterfallChartSeries setCustomSubtotals(java.util.List<WaterfallChartCustomSubtotal> customSubtotals)
customSubtotals
- customSubtotals or null
for nonepublic ChartData getData()
null
for nonepublic WaterfallChartSeries setData(ChartData data)
data
- data or null
for nonepublic java.lang.Boolean getHideTrailingSubtotal()
null
for nonepublic WaterfallChartSeries setHideTrailingSubtotal(java.lang.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(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public WaterfallChartSeries clone()
clone
in class com.google.api.client.json.GenericJson