Skip to main content

ArcScale.Needles Property

Provides access to a collection of needles contained in the current Circular Scale.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

#Declaration

public ArcScaleNeedleCollection Needles { get; }

#Property Value

Type Description
ArcScaleNeedleCollection

An ArcScaleNeedleCollection object that contains scale needles.

#Remarks

Use the Needles property to add or remove needles from the current scale, as well as to customize different settings of individual scale needles. A single needle is an instance of the ArcScaleNeedle class and can be accessed via the Item[] property of an ArcScaleNeedleCollection object.

Example: How to: Use ArcScale

See Also