Configures the dataLabel in accumulation chart.
number
Specifies angle for data label.
Defaults to 0
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.
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’
Option 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 ”
number
Specifies the maximum width of the data label.Use this property to limit label width and apply wrap or trimming to the label.
Defaults to ‘null’
string
The DataSource field which contains the data label value.
Defaults to null
Specifies the position of data label. They are.
Defaults to ‘Inside’
number
The roundedCornerX for the data label. It requires border
values not to be null.
Defaults to 5
number
The roundedCornerY for the data label. It requires border
values not to be null.
Defaults to 5
boolean
If set true, data label for zero values in series gets render.
Defaults to true
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.
Defaults to null
Defines the text overflow behavior to employ when the data label text overflow.
Defaults to ‘Ellipsis’
Defines the text wrap behavior to employ when the data label overflow.
Defaults to ‘Normal’
boolean
If set true, data label for series gets render.
Defaults to false