XYSeries | R Documentation |
Dedicated series for charts that have x and y series
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.series.html
XYSeries(
idx = 0L,
order = 0L,
tx = NULL,
spPr = NULL,
pictureOptions = NULL,
dPt = list(),
dLbls = NULL,
trendline = NULL,
errBars = NULL,
cat = NULL,
val = NULL,
invertIfNegative = NULL,
shape = NULL,
xVal = NULL,
yVal = NULL,
bubbleSize = NULL,
bubble3D = NULL,
marker = NULL,
smooth = NULL,
explosion = NULL,
extLst = NULL,
...
)
idx |
idx |
order |
order |
tx |
tx |
spPr |
spPr |
pictureOptions |
pictureOptions |
dPt |
dPt |
dLbls |
dLbls |
trendline |
trendline |
errBars |
errBars |
cat |
cat |
val |
val |
invertIfNegative |
invertIfNegative |
shape |
shape |
xVal |
xVal |
yVal |
yVal |
bubbleSize |
bubbleSize |
bubble3D |
bubble3D |
marker |
marker |
smooth |
smooth |
explosion |
explosion |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
XYSeries()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.