Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
BasicChartSpec |
BasicChartSpec.clone() |
BasicChartSpec |
ChartSpec.getBasicChart()
A basic chart specification, can be one of many kinds of charts.
|
BasicChartSpec |
BasicChartSpec.set(String fieldName,
Object value) |
BasicChartSpec |
BasicChartSpec.setAxis(List<BasicChartAxis> axis)
The axis on the chart.
|
BasicChartSpec |
BasicChartSpec.setChartType(String chartType)
The type of the chart.
|
BasicChartSpec |
BasicChartSpec.setDomains(List<BasicChartDomain> domains)
The domain of data this is charting.
|
BasicChartSpec |
BasicChartSpec.setHeaderCount(Integer headerCount)
The number of rows or columns in the data that are "headers".
|
BasicChartSpec |
BasicChartSpec.setLegendPosition(String legendPosition)
The position of the chart legend.
|
BasicChartSpec |
BasicChartSpec.setSeries(List<BasicChartSeries> series)
The data this chart is visualizing.
|
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.setBasicChart(BasicChartSpec basicChart)
A basic chart specification, can be one of many kinds of charts.
|