Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
WaterfallChartDomain |
WaterfallChartDomain.clone() |
WaterfallChartDomain |
WaterfallChartSpec.getDomain()
The domain data (horizontal axis) for the waterfall chart.
|
WaterfallChartDomain |
WaterfallChartDomain.set(String fieldName,
Object value) |
WaterfallChartDomain |
WaterfallChartDomain.setData(ChartData data)
The data of the WaterfallChartDomain.
|
WaterfallChartDomain |
WaterfallChartDomain.setReversed(Boolean reversed)
True to reverse the order of the domain values (horizontal axis).
|
Modifier and Type | Method and Description |
---|---|
WaterfallChartSpec |
WaterfallChartSpec.setDomain(WaterfallChartDomain domain)
The domain data (horizontal axis) for the waterfall chart.
|
Copyright © 2011–2024 Google. All rights reserved.