ChartSelectionChangedEventArgs Properties
Contains data for the SelectionChanged event.Name | Description |
---|---|
IsPointSelected | Identifies whether a point is selected. |
IsSeriesSelected | 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