Skip to content

ChartContainer

Source code

Description

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

Usage

ChartContainer(
  title = NULL,
  autoTitleDeleted = NULL,
  pivotFmts = list(),
  view3D = NULL,
  floor = NULL,
  sideWall = NULL,
  backWall = NULL,
  plotArea = NULL,
  legend = NULL,
  plotVisOnly = TRUE,
  dispBlanksAs = "gap",
  showDLblsOverMax = NULL,
  extLst = NULL,
  ...
)

Arguments

title title
autoTitleDeleted autoTitleDeleted
pivotFmts pivotFmts
view3D view3D
floor floor
sideWall sideWall
backWall backWall
plotArea plotArea
legend legend
plotVisOnly plotVisOnly
dispBlanksAs dispBlanksAs
showDLblsOverMax showDLblsOverMax
extLst extLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

ChartContainer()