Configures the data label settings for circular 3D chart.
number
Specifies angle for data label.
Defaults to 0
Options for customizing the border lines.
Options for customize the connector line in series.
boolean
Specifies whether rotation is enabled for data labels.
Defaults to false
string
The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.
Defaults to ‘transparent’
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.
Defaults to ”
string
The DataSource field which contains the data label value.
Defaults to null
Specifies the position of data label. They are.
Defaults to ‘Inside’
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.
Defaults to null
boolean
If set true, data label for series gets render.
Defaults to false