Learn R Programming

xlcharts (version 0.0.1)

BarChart3D: BarChart3D

Description

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

Usage

BarChart3D(
  gapWidth = 150L,
  gapDepth = 150L,
  shape = NULL,
  serLines = NULL,
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

gapWidth

gapWidth

gapDepth

gapDepth

shape

shape

serLines

serLines

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab