Skip to content

CustomGeometry2D

Source code

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html

Usage

CustomGeometry2D(
  avLst = NULL,
  gdLst = NULL,
  ahLst = NULL,
  cxnLst = NULL,
  rect = NULL,
  pathLst = NULL,
  ...
)

Arguments

avLst avLst
gdLst gdLst
ahLst ahLst
cxnLst cxnLst
rect rect
pathLst pathLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

CustomGeometry2D(pathLst = Path2DList())