StockChart {xlcharts} | R Documentation |
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
## Not run:
StockChart()
## End(Not run)
[Package xlcharts version 0.0.2 Index]