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,
...
)
Arguments
gapWidth
|
gapWidth |
gapDepth
|
gapDepth |
shape
|
shape |
serLines
|
serLines |
extLst
|
extLst |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
BarChart3D()