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,
...
)
Arguments
ser
|
ser |
dLbls
|
dLbls |
dropLines
|
dropLines |
hiLowLines
|
hiLowLines |
upDownBars
|
upDownBars |
extLst
|
extLst |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
StockChart()