PivotFormat {xlcharts}R Documentation

PivotFormat

Description

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

Usage

PivotFormat(
  idx = 0L,
  spPr = NULL,
  txPr = NULL,
  marker = NULL,
  dLbl = NULL,
  extLst = NULL,
  ...
)

Arguments

idx

idx

spPr

spPr

txPr

txPr

marker

marker

dLbl

dLbl

extLst

extLst

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
PivotFormat()

## End(Not run)


[Package xlcharts version 0.0.2 Index]