ProjectedPieChart {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.pie_chart.html
ProjectedPieChart(
ofPieType = "pie",
gapWidth = NULL,
splitType = "auto",
splitPos = NULL,
custSplit = NULL,
secondPieSize = 75L,
serLines = NULL,
extLst = NULL,
...
)
ofPieType |
ofPieType |
gapWidth |
gapWidth |
splitType |
splitType |
splitPos |
splitPos |
custSplit |
custSplit |
secondPieSize |
secondPieSize |
serLines |
serLines |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
This element contains the pie of pie or bar of pie series on this chart. Only the first series shall be displayed. The splitType element shall determine whether the splitPos and custSplit elements apply.
An openpyxl Python object.
## Not run:
ProjectedPieChart()
## End(Not run)