Interface for a class DataLabelSettings
Allows to set the alignment for data Label. They are,
number
Allows to specify the rotation angle to data label.
PivotChartBorderModel
Allows option for customizing the border lines.
boolean
Allows to set whether rotation to data label is enable or not.
string
Allows to set the background color of the data label accepts value in hex and rgba as a valid CSS color string.
PivotChartFontModel
Allows option for customizing the data label text.
PivotChartMarginModel
Allows customize the margin to the data label.
string
Allows to set the data source field that contains the data label value.
number
Allows to set the opacity to the background.
Allows to specify the position of the data label. They are,
number
Allows to set the roundedCornerX for the data label. It requires border
values not to be null.
number
Allows to set the roundedCornerY for the data label. It requires border
values not to be null.
string
Allows custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder text to display the corresponding data point.
boolean
Allows to set the visibility of data label to the series renders.