RangeAreaSeriesLabel.HighValueAngle Property
Specifies the position of high value labels relative to the markers.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public float HighValueAngle { get; set; }
Property Value
Type | Description |
---|---|
Single | The angle of the label. |
Remarks
Set the angle of high value labels relative to the markers in degrees clockwise, with the zero point to the right of the marker.
Property/Value | Appearance |
---|---|
HighValueAngle = 0 | |
HighValueAngle = 90 | |
HighValueAngle = 180 | |
HighValueAngle = 270 |
See Also