ViewEventArgs.NewPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the new position of a view along an axis.
public:
property double NewPosition { double get(); void set(double value); };
public double NewPosition { get; set; }
member this.NewPosition : double with get, set
Public Property NewPosition As Double
Property Value
A double
value that represents the position of a view along an axis, which is either the bottom of a vertical view or the left position of a horizontal view.
Remarks
This property is exposed in the AxisViewChanged and AxisViewChanging events of the root Chart object, and represents the new position of a view.
The NewPosition property can be set to a new value in the AxisViewChanging event, but cannot be set to a new value for the AxisViewChanged event because in this case the view is already created.
The NewPosition is always measured as an axis value.