Skip to main content

ArcScaleNeedleCollection Class

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

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class ArcScaleNeedleCollection :
    ArcScaleIndicatorCollection<ArcScaleNeedle>

The following members return ArcScaleNeedleCollection objects:

Remarks

Each arc scale can hold a collection of needles returned by the ArcScale.Needles property and represented by the ArcScaleNeedleCollection class. Each collection item is an instance of the ArcScaleNeedle class and can be accessed via the Item[] property of an ArcScaleNeedleCollection object.

For more information on needles, refer to the Needle (Circular Scale) document.

Example: How to: Use ArcScale

See Also