Skip to main content

Scale.EndValue Property

Gets or sets the end value of the scale.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Double

A Double value which is the end of the scale.

Remarks

Use the Scale.StartValue and EndValue properties to specify the scale range.

Note that the EndValue can either be less than the StartValue or greater than the StartValue - both situations are correct.

Example: How to: Use ArcScale

See Also