Skip to main content

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

public float HighValueAngle { get; set; }

Property Value

Type Default Description
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

Devexpress MAUI Charts - RangeAreaSeries - Labels 0

HighValueAngle = 90

Devexpress MAUI Charts - RangeAreaSeries - Labels 90

HighValueAngle = 180

Devexpress MAUI Charts - RangeAreaSeries - Labels 180

HighValueAngle = 270

Devexpress MAUI Charts - RangeAreaSeries - Labels 270

See Also