ChartSelectionChangedEventArgs Properties
Contains data for the SelectionChanged event.
Name | Description |
---|---|
Is |
Identifies whether a point is selected. |
Is |
Identifies whether a series is selected. |
Point | Returns the last point that is clicked (selected or deselected). |
Series | Returns the clicked series or the series to which the clicked point belongs. |
See Also