Learn R Programming

xlcharts (version 0.0.1)

ChartContainer: ChartContainer

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

Value

An openpyxl Python object.

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.

Examples

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

Run the code above in your browser using DataLab