Skip to main content
A newer version of this page is available. .

ArcScale.NeedleVector Property

Identifies the current direction of a vector pointing to the current value.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

[Browsable(false)]
public PointF NeedleVector { get; }

Property Value

Type Description
PointF

A PointF structure specifying the vector pointing to the current value.

Remarks

The vector specified by the NeedleVector property starts at the scale’s center (ArcScale.Center) and points to the axis’s current value (ArcScale.Value).

When a needle object (ArcScaleNeedle) is linked to the current scale, it will be positioned in the direction specified by the NeedleVector property.

See Also