Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
PieChartSpec |
PieChartSpec.clone() |
PieChartSpec |
ChartSpec.getPieChart()
A pie chart specification.
|
PieChartSpec |
PieChartSpec.set(String fieldName,
Object value) |
PieChartSpec |
PieChartSpec.setDomain(ChartData domain)
The data that covers the domain of the pie chart.
|
PieChartSpec |
PieChartSpec.setLegendPosition(String legendPosition)
Where the legend of the pie chart should be drawn.
|
PieChartSpec |
PieChartSpec.setPieHole(Double pieHole)
The size of the hole in the pie chart.
|
PieChartSpec |
PieChartSpec.setSeries(ChartData series)
The data that covers the one and only series of the pie chart.
|
PieChartSpec |
PieChartSpec.setThreeDimensional(Boolean threeDimensional)
True if the pie is three dimensional.
|
Modifier and Type | Method and Description |
---|---|
ChartSpec |
ChartSpec.setPieChart(PieChartSpec pieChart)
A pie chart specification.
|
Copyright © 2011–2024 Google. All rights reserved.