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

ValueIndicatorBase Class

Serves as the base class for all value indicators.

Namespace: DevExpress.UI.Xaml.Gauges

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

Declaration

public abstract class ValueIndicatorBase :
    GaugeLayoutElement,
    ILayoutCalculator,
    IHitTestableElement

The following members return ValueIndicatorBase objects:

Remarks

The ValueIndicatorBase class provides all functional capabilities common for value indicators derived from it: (e.g., ArcScaleNeedle returned by the ArcScale.Needles property, LinearScaleMarker returned by the LinearScale.Markers property, etc.).

See Also