| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
ChartSpec |
ChartSpec.clone() |
ChartSpec |
EmbeddedChart.getSpec()
The specification of the chart.
|
ChartSpec |
UpdateChartSpecRequest.getSpec()
The specification to apply to the chart.
|
ChartSpec |
ChartSpec.set(java.lang.String fieldName,
java.lang.Object value) |
ChartSpec |
ChartSpec.setBasicChart(BasicChartSpec basicChart)
A basic chart specification, can be one of many kinds of charts.
|
ChartSpec |
ChartSpec.setHiddenDimensionStrategy(java.lang.String hiddenDimensionStrategy)
Determines how the charts will use hidden rows or columns.
|
ChartSpec |
ChartSpec.setPieChart(PieChartSpec pieChart)
A pie chart specification.
|
ChartSpec |
ChartSpec.setTitle(java.lang.String title)
The title of the chart.
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedChart |
EmbeddedChart.setSpec(ChartSpec spec)
The specification of the chart.
|
UpdateChartSpecRequest |
UpdateChartSpecRequest.setSpec(ChartSpec spec)
The specification to apply to the chart.
|