ViewEventArgs::NewPosition Property
Gets the new position of a view along an axis.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
Property Value
Type: System::DoubleA 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.
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.
Available since 4.0