Learn R Programming

xlcharts (version 0.0.1)

StockChart: StockChart

Description

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

Usage

StockChart(
  ser = list(),
  dLbls = NULL,
  dropLines = NULL,
  hiLowLines = NULL,
  upDownBars = NULL,
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

ser

ser

dLbls

dLbls

dropLines

dropLines

hiLowLines

hiLowLines

upDownBars

upDownBars

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab