The following tables list the members exposed by CursorEventArgs.
Name | Description | |
---|---|---|
Axis | Gets the Axis object that a cursor or range selection belongs to. Axis of the event. | |
ChartArea | Gets the ChartArea object that a cursor or range selection belongs to. Chart area of the event. | |
NewPosition | Gets the position of a cursor, and depending on the event also sets the cursor's position. New cursor position. | |
NewSelectionEnd | Gets the end position of a selected range, and depending on the event also sets the range's end position. New range selection end position. | |
NewSelectionStart | Gets the start position of a selected range, and depending on the event also sets the range's start position. New range selection start position. |