Skip to main content

CircularGauge.Needles Property

Provides access to the needle collection for the current gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

[DXCategory("Appearance")]
public ArcScaleNeedleComponentCollection Needles { get; }

Property Value

Type Description
DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponentCollection

An ArcScaleNeedleComponentCollection object that represents the collection of needle objects.

Remarks

The collection’s elements are of the ArcScaleNeedleComponent type.

See Also