Learn R Programming

xlcharts (version 0.0.1)

PlotArea: PlotArea

Description

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

Usage

PlotArea(
  layout = NULL,
  dTable = NULL,
  spPr = NULL,
  charts = list(),
  axes = list(),
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

layout

layout

dTable

dTable

spPr

spPr

charts

_charts

axes

_axes

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab