LineChart3D {xlcharts}R Documentation

LineChart3D

Description

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

Usage

LineChart3D(
  gapDepth = NULL,
  hiLowLines = NULL,
  upDownBars = NULL,
  marker = NULL,
  smooth = NULL,
  ...
)

Arguments

gapDepth

gapDepth

hiLowLines

hiLowLines

upDownBars

upDownBars

marker

marker

smooth

smooth

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
LineChart3D()

## End(Not run)

[Package xlcharts version 0.0.2 Index]