UpDownBars {xlcharts} | R Documentation |
UpDownBars
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.updown_bars.html
Usage
UpDownBars(gapWidth = 150L, upBars = NULL, downBars = NULL, extLst = NULL, ...)
Arguments
gapWidth |
gapWidth |
upBars |
upBars |
downBars |
downBars |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
UpDownBars()
## End(Not run)
[Package xlcharts version 0.0.2 Index]