Learn R Programming

xlcharts (version 0.0.1)

ProjectedPieChart: ProjectedPieChart

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.pie_chart.html

Usage

ProjectedPieChart(
  ofPieType = "pie",
  gapWidth = NULL,
  splitType = "auto",
  splitPos = NULL,
  custSplit = NULL,
  secondPieSize = 75L,
  serLines = NULL,
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

ofPieType

ofPieType

gapWidth

gapWidth

splitType

splitType

splitPos

splitPos

custSplit

custSplit

secondPieSize

secondPieSize

serLines

serLines

extLst

extLst

...

Additional arguments, i.e. kwargs.

Details

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.

Examples

Run this code
if (FALSE) {
ProjectedPieChart()
}

Run the code above in your browser using DataLab