Search results

Chart3DLabelElement API in Vue Chart3d API component

Interface representing a label element in a three-dimensional chart.

Properties

angle

number

The rotation angle of the label element.

argsData

Chart3DTextRenderEventArgs

Additional arguments data associated with the label.

child

Element

Child element associated with the label.

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

Visible3DLabels | Chart3DDataElement

The content of the label, which can be either a string or an element data.

point

Chart3DPoint

The three-dimensional data point associated with the label.

pointIndex

number

The index of the data point associated with the label.

series

Chart3DSeries

The three-dimensional series associated with the label.

seriesIndex

number

The index of the series associated with the label.

tag

string

A tag associated with the label element.

textAnchor

string

The text anchor property specifying the alignment of the text.

width

number

The width of the label element.