DataPoint {xlcharts} | R Documentation |
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,
...
)
Arguments
idx |
idx |
invertIfNegative |
invertIfNegative |
marker |
marker |
bubble3D |
bubble3D |
explosion |
explosion |
spPr |
spPr |
pictureOptions |
pictureOptions |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
DataPoint(idx = 1L)
## End(Not run)
[Package xlcharts version 0.0.2 Index]