LineChart {xlcharts}R Documentation

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

## Not run: 
LineChart()

## End(Not run)

[Package xlcharts version 0.0.2 Index]