Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartDataPointsEventArgs : EventArgs
Inheritance: objectEventArgsChartDataPointsEventArgs
Inherited Members
Constructors
Initializes a new instance of the ChartDataPointsEventArgs class.
C#
public ChartDataPointsEventArgs(IList<DataPoint> selectedDataPoints)
The selected data points.
Properties
SelectedDataPoints
IList<DataPoint>
Gets a collection with selected data points.
C#
public IList<DataPoint> SelectedDataPoints { get; }