Skip to main content

Scale.StartValue Property

Gets or sets the start value of the scale.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Double

A Double value which is the scale start.

Remarks

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

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

Example: How to: Use ArcScale

See Also