DataLabelSettings
23 Sep 20251 minute to read
Represents the DataLabelSettings.
Properties
position LabelPosition
Specifies the position of the data label. They are,
- Outer: Positions the label outside the point.
 - top: Positions the label on top of the point.
 - Bottom: Positions the label at the bottom of the point.
 - Middle: Positions the label to the middle of the point.
 - Auto: Positions the label based on series.
 
Defaults to ‘Auto’
visible boolean
If set true, data label for series renders.
Defaults to false