Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ArcScaleIndicator Class

A class that specifies value indicators of a circular scale.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

public abstract class ArcScaleIndicator :
    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.)

See Also