powered by
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, ... )
An openpyxl Python object.
ofPieType
gapWidth
splitType
splitPos
custSplit
secondPieSize
serLines
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.
if (FALSE) { ProjectedPieChart() }
Run the code above in your browser using DataLab