PolarChartSelectionChangedEventArgs Properties
Contains data for the SelectionChanged event.
Name | Description |
---|---|
Is |
Returns whether a point is selected. |
Is |
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