Learn R Programming

xlcharts (version 0.0.1)

DataPoint: DataPoint

Description

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

Usage

DataPoint(
  idx = NULL,
  invertIfNegative = NULL,
  marker = NULL,
  bubble3D = NULL,
  explosion = NULL,
  spPr = NULL,
  pictureOptions = NULL,
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

idx

idx

invertIfNegative

invertIfNegative

marker

marker

bubble3D

bubble3D

explosion

explosion

spPr

spPr

pictureOptions

pictureOptions

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
DataPoint(idx = 1L)
}

Run the code above in your browser using DataLab