How can I help you?
SeriesLabelSettingsModel
16 Mar 20261 minute to read
Interface for a class SeriesLabelSettings
Properties
background string
Specifies the background color of the inline series label.
border BorderModel
Specifies the border properties for the inline label.
Includes color and width.
font FontModel
Specifies the font properties for the series name label.
This includes customization options such as font size, color, style, weight, and family.
opacity number
Sets the opacity of the series label.
showOverlapText boolean
Determines whether to show the label text even when it overlaps with other labels.
text string
Defines the custom text to display as the series label.
If not specified, the series name will be used.
visible boolean
Enables or disables the rendering of series names as inline labels.