Back to Devexpress

PointSeriesLabel.Angle Property

corelibraries-devexpress-dot-xtracharts-dot-pointserieslabel-cb9eb2c2.md

latest2.1 KB
Original Source

PointSeriesLabel.Angle Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int Angle { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property Angle As Integer

Property Value

TypeDescription
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.

450-60

See Also

PointSeriesLabel Class

PointSeriesLabel Members

DevExpress.XtraCharts Namespace