Interface for a class DataLabelSettings
string
Specifies the alignment for data Label. They are,
Option for customizing the border lines.
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.
Margin configuration for the data label.
string
The DataSource field that contains the data label value.
number
The opacity for the background.
string
Specifies the position of the data label. They are,
number
The roundedCornerX for the data label. It requires border
values not to be null.
number
The roundedCornerY for the data label. It requires border
values not to be null.
string
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.