Learn R Programming

xlcharts (version 0.0.1)

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

Value

An openpyxl Python object.

Arguments

idx

idx

spPr

spPr

txPr

txPr

marker

marker

dLbl

dLbl

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab