Interface for a class Chart3DDataLabelSettings
number
Specifies angle for data label.
Option for customizing the border lines.
boolean
Enables rotation for data label.
string
The background color of the data label accepts value in hex and rgba as a valid CSS color string.
Option for customizing the data label text.
string
Used to format the point 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 point data label, e.g, 20°C.
Margin configuration for the data label.
string
The DataSource field that contains the data label value.
number
The opacity for the background.
Specifies the position of the data label. They are,
string
| Function
Custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder text to display the corresponding data point.
boolean
If set true, data label for series renders.