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

LinearScaleIndicator Class

Serves as the base class for a linear scale’s value indicators.

Namespace: DevExpress.UI.Xaml.Gauges

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

Declaration

public abstract class LinearScaleIndicator :
    ValueIndicatorBase

Remarks

The LinearScaleIndicator class provides all functionality that is common for linear scale value indicators derived from it (e.g., the LinearScaleLevelBar returned by the LinearScale.LevelBars property, LinearScaleMarker returned by the LinearScale.Markers property, etc.)

Inheritance

Show 13 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
See Also