Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
CandlestickDomain |
CandlestickDomain.clone() |
CandlestickDomain |
CandlestickChartSpec.getDomain()
The domain data (horizontal axis) for the candlestick chart.
|
CandlestickDomain |
CandlestickDomain.set(java.lang.String fieldName,
java.lang.Object value) |
CandlestickDomain |
CandlestickDomain.setData(ChartData data)
The data of the CandlestickDomain.
|
CandlestickDomain |
CandlestickDomain.setReversed(java.lang.Boolean reversed)
True to reverse the order of the domain values (horizontal axis).
|
Modifier and Type | Method and Description |
---|---|
CandlestickChartSpec |
CandlestickChartSpec.setDomain(CandlestickDomain domain)
The domain data (horizontal axis) for the candlestick chart.
|