Learn R Programming

xlcharts (version 0.0.1)

ChartSpace: ChartSpace

Description

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

Usage

ChartSpace(
  date1904 = NULL,
  lang = NULL,
  roundedCorners = NULL,
  style = NULL,
  clrMapOvr = NULL,
  pivotSource = NULL,
  protection = NULL,
  chart = NULL,
  spPr = NULL,
  txPr = NULL,
  externalData = NULL,
  printSettings = NULL,
  userShapes = NULL,
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

date1904

date1904

lang

lang

roundedCorners

roundedCorners

style

style

clrMapOvr

clrMapOvr

pivotSource

pivotSource

protection

protection

chart

chart

spPr

spPr

txPr

txPr

externalData

externalData

printSettings

printSettings

userShapes

userShapes

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
ChartSpace(chart = ChartContainer())
}

Run the code above in your browser using DataLab