LineChart
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.line_chart.html
Usage
LineChart(
hiLowLines = NULL,
upDownBars = NULL,
marker = NULL,
smooth = NULL,
extLst = NULL,
...
)
Arguments
hiLowLines
|
hiLowLines |
upDownBars
|
upDownBars |
marker
|
marker |
smooth
|
smooth |
extLst
|
extLst |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
LineChart()