Skip to content

XYSeries

Source code

Description

Dedicated series for charts that have x and y series

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

Usage

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

Arguments

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.

Value

An openpyxl Python object.

Examples

library("xlcharts")

XYSeries()