public final class WaterfallChartSpec 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 |
|---|
WaterfallChartSpec() |
| Modifier and Type | Method and Description |
|---|---|
WaterfallChartSpec |
clone() |
LineStyle |
getConnectorLineStyle()
The line style for the connector lines.
|
WaterfallChartDomain |
getDomain()
The domain data (horizontal axis) for the waterfall chart.
|
Boolean |
getFirstValueIsTotal()
True to interpret the first value as a total.
|
Boolean |
getHideConnectorLines()
True to hide connector lines between columns.
|
List<WaterfallChartSeries> |
getSeries()
The data this waterfall chart is visualizing.
|
String |
getStackedType()
The stacked type.
|
DataLabel |
getTotalDataLabel()
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.
|
WaterfallChartSpec |
set(String fieldName,
Object value) |
WaterfallChartSpec |
setConnectorLineStyle(LineStyle connectorLineStyle)
The line style for the connector lines.
|
WaterfallChartSpec |
setDomain(WaterfallChartDomain domain)
The domain data (horizontal axis) for the waterfall chart.
|
WaterfallChartSpec |
setFirstValueIsTotal(Boolean firstValueIsTotal)
True to interpret the first value as a total.
|
WaterfallChartSpec |
setHideConnectorLines(Boolean hideConnectorLines)
True to hide connector lines between columns.
|
WaterfallChartSpec |
setSeries(List<WaterfallChartSeries> series)
The data this waterfall chart is visualizing.
|
WaterfallChartSpec |
setStackedType(String stackedType)
The stacked type.
|
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.
|
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 LineStyle getConnectorLineStyle()
null for nonepublic WaterfallChartSpec setConnectorLineStyle(LineStyle connectorLineStyle)
connectorLineStyle - connectorLineStyle or null for nonepublic WaterfallChartDomain getDomain()
null for nonepublic WaterfallChartSpec setDomain(WaterfallChartDomain domain)
domain - domain or null for nonepublic Boolean getFirstValueIsTotal()
null for nonepublic WaterfallChartSpec setFirstValueIsTotal(Boolean firstValueIsTotal)
firstValueIsTotal - firstValueIsTotal or null for nonepublic Boolean getHideConnectorLines()
null for nonepublic WaterfallChartSpec setHideConnectorLines(Boolean hideConnectorLines)
hideConnectorLines - hideConnectorLines or null for nonepublic List<WaterfallChartSeries> getSeries()
null for nonepublic WaterfallChartSpec setSeries(List<WaterfallChartSeries> series)
series - series or null for nonepublic String getStackedType()
null for nonepublic WaterfallChartSpec setStackedType(String stackedType)
stackedType - stackedType or null for nonepublic DataLabel getTotalDataLabel()
null for nonepublic WaterfallChartSpec setTotalDataLabel(DataLabel totalDataLabel)
totalDataLabel - totalDataLabel or null for nonepublic WaterfallChartSpec set(String fieldName, Object value)
set in class GenericJsonpublic WaterfallChartSpec clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.