Back to Devexpress

ArcScaleIndicator Class

wpf-devexpress-dot-xpf-dot-gauges-82b42e9a.md

latest1.8 KB
Original Source

ArcScaleIndicator Class

A class that specifies value indicators of a circular scale.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public abstract class ArcScaleIndicator :
    ValueIndicatorBase
vb
Public MustInherit Class ArcScaleIndicator
    Inherits ValueIndicatorBase

Remarks

The ArcScaleIndicator class serves as the base for all other classes that store value indicators of the circular scale (e.g. the ArcScaleMarker class returned by the ArcScale.Markers property, etc.)

Inheritance

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject ValueIndicatorBase ArcScaleIndicator ArcScaleMarker

ArcScaleNeedle

ArcScaleRangeBar

See Also

ArcScaleIndicator Members

DevExpress.Xpf.Gauges Namespace