LineChart3D | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.line_chart.html
LineChart3D(
gapDepth = NULL,
hiLowLines = NULL,
upDownBars = NULL,
marker = NULL,
smooth = NULL,
...
)
gapDepth |
gapDepth |
hiLowLines |
hiLowLines |
upDownBars |
upDownBars |
marker |
marker |
smooth |
smooth |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
LineChart3D()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.