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(java.lang.String fieldName,
java.lang.Object value) |
BasicChartSpec |
BasicChartSpec.setAxis(java.util.List<BasicChartAxis> axis)
The axis on the chart.
|
BasicChartSpec |
BasicChartSpec.setChartType(java.lang.String chartType)
The type of the chart.
|
BasicChartSpec |
BasicChartSpec.setDomains(java.util.List<BasicChartDomain> domains)
The domain of data this is charting.
|
BasicChartSpec |
BasicChartSpec.setHeaderCount(java.lang.Integer headerCount)
The number of rows or columns in the data that are "headers".
|
BasicChartSpec |
BasicChartSpec.setLegendPosition(java.lang.String legendPosition)
The position of the chart legend.
|
BasicChartSpec |
BasicChartSpec.setSeries(java.util.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.
|