| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
ChartData |
ChartData.clone() |
ChartData |
BasicChartDomain.getDomain()
The data of the domain.
|
ChartData |
PieChartSpec.getDomain()
The data that covers the domain of the pie chart.
|
ChartData |
PieChartSpec.getSeries()
The data that covers the one and only series of the pie chart.
|
ChartData |
BasicChartSeries.getSeries()
The data being visualized in this chart series.
|
ChartData |
ChartData.set(String fieldName,
Object value) |
ChartData |
ChartData.setSourceRange(ChartSourceRange sourceRange)
The source ranges of the data.
|
| Modifier and Type | Method and Description |
|---|---|
BasicChartDomain |
BasicChartDomain.setDomain(ChartData domain)
The data of the domain.
|
PieChartSpec |
PieChartSpec.setDomain(ChartData domain)
The data that covers the domain of the pie chart.
|
PieChartSpec |
PieChartSpec.setSeries(ChartData series)
The data that covers the one and only series of the pie chart.
|
BasicChartSeries |
BasicChartSeries.setSeries(ChartData series)
The data being visualized in this chart series.
|