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.

CursorEventArgs::NewPosition Property

.NET Framework (current version)
 

Gets or sets the position of a cursor. Depending on the event, also sets the cursor's position.

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 cursor along an axis.

This property represents the new position of a cursor, and can be used in the CursorPositionChanging and CursorPositionChanged events to get the cursor position. It can also be used in the SelectionRangeChanging event to set the cursor position.

Note that setting this property in the SelectionRangeChanging event will have no effect. The NewPosition property will have a value of NaN in this event.

To determine the chart area that the event is being raised for, use the ChartArea property.

Use the Axis property to determine if this end position is for a range selected along the primary or secondary X or Y axis.

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