Skip to main content

PointSeriesLabel.Angle Property

Gets or sets the angle which controls the position of data point labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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
PointSeriesLabel_Angle_45.gif PointSeriesLabel_Angle_0.gif PointSeriesLabel_Angle_-60.gif
See Also