Learn R Programming

xlcharts (version 0.0.1)

XYSeries: XYSeries

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

Value

An openpyxl Python object.

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.

Examples

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

Run the code above in your browser using DataLab