Interface for a class CircularChart3DDataLabelSettings
number
Specifies angle for data label.
Options for customizing the border lines.
Options for customize the connector line in series.
boolean
Specifies whether rotation is enabled for data labels.
string
The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.
CircularChart3DDataLabelFontModel
Options for customizing the data label text.
string
Used to format the data label that accepts any global string format like ‘C’, ‘n1’, ‘P’ etc. It also accepts placeholder like ‘{value}°C’ in which value represent the data label, e.g, 20°C.
string
The DataSource field which contains the data label value.
Specifies the position of data label. They are.
string
| Function
Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder text to display the corresponding data point.
boolean
If set true, data label for series gets render.