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(String fieldName,
Object value) |
CandlestickDomain |
CandlestickDomain.setData(ChartData data)
The data of the CandlestickDomain.
|
CandlestickDomain |
CandlestickDomain.setReversed(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.
|
Copyright © 2011–2024 Google. All rights reserved.