Skip to main content

LinearScaleRange Class

A linear scale range.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class LinearScaleRange :
    RangeBase

The following members return LinearScaleRange objects:

Remarks

A range is used to show specific intervals of a linear scale. An instance of a linear scale range is represented by the LinearScaleRange object. It can be accessed as an item of the LinearScaleRangeCollection object returned by the LinearScale.Ranges property.

For more information on ranges, refer to the Range document.

See Also