ClassChartSelectionChangedEventArgs
Class
Provides data for the SelectionChanged event.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class ChartSelectionChangedEventArgs : EventArgs
Inheritance: objectEventArgsChartSelectionChangedEventArgs
Inherited Members
Constructors
ChartSelectionChangedEventArgs(IList<DataPoint>, IList<DataPoint>)
Initializes a new instance of the ChartSelectionChangedEventArgs class.
Properties
AddedPoints
Gets a list that contains the points that were selected.
RemovedPoints
Gets a list that contains the points that were unselected.