Skip to main content

ArcScaleMarkerCollection Class

A collection that stores the markers of a particular arc scale.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class ArcScaleMarkerCollection :
    ArcScaleIndicatorCollection<ArcScaleMarker>

The following members return ArcScaleMarkerCollection objects:

Remarks

Each arc scale can hold a collection of markers returned by the ArcScale.Markers property and represented by the ArcScaleMarkerCollection class. Each collection item is an instance of the ArcScaleMarker class and can be accessed via the Item[] property of an ArcScaleMarkerCollection object.

For more information on markers, refer to the Marker (Circular Scale) document.

Example: How to: Use ArcScale

See Also