Skip to content

LineChart3D

Source code

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

library("xlcharts")

LineChart3D()