Skip to main content

CircularGauge.AddNeedle() Method

Adds a needle to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public ArcScaleNeedleComponent AddNeedle()

Returns

Type Description
ArcScaleNeedleComponent

An ArcScaleNeedleComponent object that has been added.

See Also