Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ViewEventArgs::NewPosition Property

.NET Framework (current version)
 

Gets the new position of a view along an axis.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
property double NewPosition {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

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.

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.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft