Chart3DTextRenderEventArgs
23 Sep 20251 minute to read
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 Chart3DPoint
Defines the point information for the data label.
series Chart3DSeriesModel
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 Chart3DTextFontModel
Defines data label text style.