ProjectedPieChart {xlcharts}R Documentation

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,
  ...
)

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.

Value

An openpyxl Python object.

Examples

## Not run: 
ProjectedPieChart()

## End(Not run)


[Package xlcharts version 0.0.2 Index]