PointSeriesLabel.Angle Property
In This Article
Gets or sets the angle which controls the position of data point labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int Angle { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the angle, in degrees, for the position of data point labels. |
#Remarks
The Angle property affects the position of data point labels relative to the corresponding data points. The angle value set for this property specifies the inclination of the connection line between a data point and its label. The angle is measured in degrees, and counterclockwise from the horizontal.
45 | 0 | -60 |
---|---|---|
![]() |
![]() |
![]() |
See Also