New cursor position.
Visual Basic (Declaration) | |
---|---|
Public Property NewPosition As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double NewPosition {get; set;} |
Return Value
A double value that represents the position of a cursor along an axis.
Visual Basic | Copy Code |
---|---|
Imports Dundas.Charting.WinControl |
C# | Copy Code |
---|---|
using Dundas.Charting.WinControl; |
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 CursorPositionChanging event to set the cursor position.
Note that setting this property in the SelectionRangeChanging event will have no effect (NewPosition will have a value of Double.Nan in this event).
To determine the chart area that the event is being raised for use the ChartArea property.
To determine if this end position is for a range selected along the primary or secondary X or Y axis use the Axis property.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family