Skip to main content
A newer version of this page is available. .

ChartElementSelectionChangedEventArgs Properties

Contains data for the SelectionChanged event.
Name Description
ChangedElement Returns the chart element that is currently selected or deselected.
IsSelected Returns the selection state of the chart element that is currently selected or deselected.
Selection Returns a list of items that are selected in a chart. Inherited from ElementSelectionChangedEventArgs.
See Also