Chart3DPolygon

2 Oct 20251 minute to read

Represents a 3D polygon in a chart.

Properties

d number

An additional numeric property ā€˜d’.

element Chart3DTickElement|Chart3DLabelElement|null

Optional element information associated with the polygon, can be null.

fill string

The fill color of the polygon.

index number

The index of the polygon.

isSplit boolean

Flag indicating whether the polygon is split.

name string

The name of the polygon.

normal Chart3DVector

The normal vector of the polygon.

opacity number

The opacity of the polygon.

points Chart3DVector[]

The array of 3D points defining the polygon.

polygonElement Object

Element information associated with the polygon.

strokeThickness number

The thickness of the stroke used to outline the polygon.

tag Chart3D

The associated chart in 3D space.

text string

Optional text associated with the polygon.

vectorPoints Chart3DVector[]

An alternate array of 3D points defining the polygon.