ErrorBars {xlcharts} | R Documentation |
ErrorBars
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.error_bar.html
Usage
ErrorBars(
errDir = NULL,
errBarType = "both",
errValType = "fixedVal",
noEndCap = NULL,
plus = NULL,
minus = NULL,
val = NULL,
spPr = NULL,
extLst = NULL,
...
)
Arguments
errDir |
errDir |
errBarType |
errBarType |
errValType |
errValType |
noEndCap |
noEndCap |
plus |
plus |
minus |
minus |
val |
val |
spPr |
spPr |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
ErrorBars()
## End(Not run)
[Package xlcharts version 0.0.2 Index]