ValueIndicatorBase Class
Serves as the base class for all value indicators.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
public abstract class ValueIndicatorBase :
GaugeDependencyObject,
IOwnedElement,
IWeakEventListener,
IAnimatableElement,
IModelSupported,
ILayoutCalculator
Related API Members
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.).
Inheritance
See Also