ClassChartDataPointsEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ChartDataPointsEventArgs : EventArgs
Inheritance: objectEventArgsChartDataPointsEventArgs
Inherited Members
Constructors
ChartDataPointsEventArgs(IList<DataPoint>)
Initializes a new instance of the ChartDataPointsEventArgs class.
Declaration
cs-api-definition
public ChartDataPointsEventArgs(IList<DataPoint> selectedDataPoints)
Parameters
selectedDataPoints
IList<DataPoint>
The selected data points.
Properties
SelectedDataPoints
Gets a collection with selected data points.
Declaration
cs-api-definition
public IList<DataPoint> SelectedDataPoints { get; }
Property Value
IList<DataPoint>