Circular3DLabelElement
23 Sep 20251 minute to read
Interface representing a label element in a circular 3D chart.
Properties
angle number
The rotation angle of the label element.
argsData Circular3DTextRenderEventArgs
Additional arguments data associated with the label.
child Element
Child element associated with the label.
dashArray string
The stroke width of the label element.
fill string
The fill color of the label element.
font FontModel
The font settings for the label element.
height number
The height of the label element.
id string
The unique identifier for the label element.
label Circular3DDataElement
The content of the label, which can be either a string or an element data.
point Circular3DPoints
The three-dimensional data point associated with the label.
pointIndex number
The index of the data point associated with the label.
series Circular3DSeries
The three-dimensional series associated with the label.
seriesIndex number
The index of the series associated with the label.
stroke string
The stroke color of the label element.
tag string
A tag associated with the label element.
textAnchor string
The text anchor property specifying the alignment of the text.
transform string
The transform of the element.
width number
The width of the label element.