Back to Devexpress

RangeAreaSeriesLabel.LowValueAngle Property

maui-devexpress-dot-maui-dot-charts-dot-rangeareaserieslabel-03c1137e.md

latest1.7 KB
Original Source

RangeAreaSeriesLabel.LowValueAngle Property

Gets or sets the position of low 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 LowValueAngle { get; set; }

Property Value

TypeDefaultDescription
Single90

The angle of the label.

|

Remarks

Set the angle of low value labels relative to the markers in degrees clockwise, with the zero point to the right of the marker.

|

Property/Value

|

Appearance

| | --- | --- | |

LowValueAngle = 0

|

| |

LowValueAngle = 90

|

| |

LowValueAngle = 180

|

| |

LowValueAngle = 270

|

|

See Also

RangeAreaSeriesLabel Class

RangeAreaSeriesLabel Members

DevExpress.Maui.Charts Namespace