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

SelectedItemsChangedEventArgs Properties

Provides data for the ChartControl.SelectedItemsChanged and WebChartControl.SelectedItemsChanged events.
Name Description
Action Gets an action which describes how the collection has been changed.
NewItems Provides access to a collection of new selected chart elements (series and series points) and business data objects if a Chart Control or a series is bound to a data source.
OldItems Provides access to previously selected chart elements (series and series points) and business data objects if a Chart Control or a series is bound to a data source.
See Also