CircularSeries2D.Angle Attached Property
Gets or sets the angle which controls the position of circular series labels for all CircularSeries2D with markers (e.g., RadarAreaSeries2D, PolarAreaSeries2D, etc.).
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Returns
Type | Description |
---|---|
Double | An integer value specifying the angle, in degrees, for the position of data point labels. |
Remarks
The Angle property affects the position of circular series point labels relative to the corresponding series points.
See Also