Learn R Programming

xlcharts (version 0.0.1)

BarChart: BarChart

Description

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

Usage

BarChart(gapWidth = 150L, overlap = NULL, serLines = NULL, extLst = NULL, ...)

Value

An openpyxl Python object.

Arguments

gapWidth

gapWidth

overlap

overlap

serLines

serLines

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab