Learn R Programming

xlcharts (version 0.0.1)

LineChart3D: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

gapDepth

gapDepth

hiLowLines

hiLowLines

upDownBars

upDownBars

marker

marker

smooth

smooth

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
LineChart3D()
}

Run the code above in your browser using DataLab