Search results

I3DTextRenderEventArgs API in JavaScript (ES5) Chart3d API control

Represents the arguments for the 3D text rendering event in a chart.

Properties

border

BorderModel

Defines the data label border.

cancel

boolean

Specifies whether to cancel the text render.

color

string

Defines the data label color.

point

ThreeDimensionPoint

Defines the point information for the data label.

series

Series3DModel

Defines the series information for the data label.

template

string | Function

Defines the data label template.

text

string

Defines the text for the data label.

textStyle

ThreeDimensionalFontModel

Defines data label text style.