Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
CandlestickChartSpec |
CandlestickChartSpec.clone() |
CandlestickChartSpec |
ChartSpec.getCandlestickChart()
A candlestick chart specification.
|
CandlestickChartSpec |
CandlestickChartSpec.set(String fieldName,
Object value) |
CandlestickChartSpec |
CandlestickChartSpec.setData(List<CandlestickData> data)
The Candlestick chart data.
|
CandlestickChartSpec |
CandlestickChartSpec.setDomain(CandlestickDomain domain)
The domain data (horizontal axis) for the candlestick chart.
|
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.setCandlestickChart(CandlestickChartSpec candlestickChart)
A candlestick chart specification.
|
Copyright © 2011–2024 Google. All rights reserved.