Skip to main content

RangeBase.EndValue Property

Gets or sets the end value of the range.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(0, Handler = "EndValueChanged")]
public double EndValue { get; set; }

Property Value

Type Description
Double

A Double value which is the end of the range.

Remarks

Use the RangeBase.StartValue and EndValue properties to specify the range.

Example: How to: Use ArcScale

See Also