PolarChartSelectionChangedEventArgs Properties
Contains data for the SelectionChanged event.Name | Description |
---|---|
IsPointSelected | Returns whether a point is selected. |
IsSeriesSelected | Returns whether a series is selected. |
Point | Returns the last selected or deselected point. |
Series | Returns the clicked series or the series to which the clicked point belongs. |
See Also