Path2D
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
Usage
Path2D(w = NULL, h = NULL, fill = NULL, stroke = NULL, extrusionOk = NULL, ...)
Arguments
w
|
w |
h
|
h |
fill
|
fill |
stroke
|
stroke |
extrusionOk
|
extrusionOk |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
Path2D(w = 1L, h = 1L)