ArcScale.NeedleVector Property
Identifies the current direction of a vector pointing to the current value.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
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