Interface for a class AccumulationDataLabelSettings
number
Specifies angle for data label.
Option for customizing the border lines.
Options for customize the connector line in series. This property is applicable for Pie, Funnel and Pyramid series. The default connector length for Pie series is ‘4%‘. For other series, it is null.
boolean
Enables rotation for data label.
string
The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.
Option for customizing the data label text.
string
The DataSource field which contains the data label value.
string
Specifies the position of 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.
boolean
If set true, data label for zero values in series gets render.
string
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.