Skip to main content
A newer version of this page is available. .

LinearScaleRange Class

A linear scale range.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

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.

Inheritance

Show 11 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
See Also