Learn R Programming

xlcharts (version 0.0.1)

ErrorBars: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

errDir

errDir

errBarType

errBarType

errValType

errValType

noEndCap

noEndCap

plus

plus

minus

minus

val

val

spPr

spPr

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab