Skip to content

ChartSpace

Source code

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

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.

Value

An openpyxl Python object.

Examples

library("xlcharts")

ChartSpace(chart = ChartContainer())