google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.PieChartSpec View Source
A <a href="/chart/interactive/docs/gallery/piechart">pie chart</a>.
Attributes
- domain (ChartData): The data that covers the domain of the pie chart. Defaults to:
null
. legendPosition (String): Where the legend of the pie chart should be drawn. Defaults to:
null
.- Enum - one of [PIE_CHART_LEGEND_POSITION_UNSPECIFIED, BOTTOM_LEGEND, LEFT_LEGEND, RIGHT_LEGEND, TOP_LEGEND, NO_LEGEND, LABELED_LEGEND]
- pieHole (Float): The size of the hole in the pie chart. Defaults to:
null
. - series (ChartData): The data that covers the one and only series of the pie chart. Defaults to:
null
. - threeDimensional (Boolean): True if the pie is three dimensional. Defaults to:
null
.