Marker {xlcharts} | R Documentation |
Marker
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.marker.html
Usage
Marker(symbol = NULL, size = NULL, spPr = NULL, extLst = NULL, ...)
Arguments
symbol |
symbol |
size |
size |
spPr |
spPr |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
Marker()
## End(Not run)
[Package xlcharts version 0.0.2 Index]