Back to Devexpress

RangeAreaSeriesLabel.HighValueAngle Property

maui-devexpress-dot-maui-dot-charts-dot-rangeareaserieslabel-c840ea7c.md

latest1.6 KB
Original Source

RangeAreaSeriesLabel.HighValueAngle Property

Gets or sets the position of high value labels relative to the markers. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public float HighValueAngle { get; set; }

Property Value

TypeDefaultDescription
Single-90

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

RangeAreaSeriesLabel Class

RangeAreaSeriesLabel Members

DevExpress.Maui.Charts Namespace