Back to Devexpress

RangeBase.StartValueAbsolute Property

wpf-devexpress-dot-xpf-dot-gauges-dot-rangebase-1677670a.md

latest1.8 KB
Original Source

RangeBase.StartValueAbsolute Property

Gets a value that specifies the start range position in absolute units.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public double StartValueAbsolute { get; }
vb
Public ReadOnly Property StartValueAbsolute As Double

Property Value

TypeDescription
Double

A Double value that is the start range position in absolute units.

|

Remarks

Use the StartValueAbsolute and RangeBase.EndValueAbsolute properties to obtain the range position on a scale in absolute units. This may be required if the RangeBase.StartValue and RangeBase.EndValue properties are set in percents.

For more information on ranges, see the Range (Circular Scale) and Range (Linear Scale) documents.

See Also

EndValueAbsolute

RangeBase Class

RangeBase Members

DevExpress.Xpf.Gauges Namespace