Chart3DTextOption
12 Sep 20251 minute to read
Represents options for rendering text.
Properties
cursor string
The cursor type for the text element.
fill string
The fill color of the text.
font-family string
The font family for the text.
font-size string
The font size of the text.
font-style string
The font style (e.g., normal, italic) of the text.
font-weight string
The font weight (e.g., normal, bold) of the text.
id string
Unique identifier for the text element.
opacity number
The opacity of the text.
text-anchor string
The text anchor position (e.g., start, middle, end).
transform string
The transformation applied to the text.
x number
The x-coordinate of the text element.
y number
The y-coordinate of the text element.