New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public class ChartDataPointsEventArgs : EventArgs

Inheritance: objectEventArgsChartDataPointsEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ChartDataPointsEventArgs class.

C#
public ChartDataPointsEventArgs(IList<DataPoint> selectedDataPoints)
Parameters:selectedDataPointsIList<DataPoint>

The selected data points.

Properties

Gets a collection with selected data points.

C#
public IList<DataPoint> SelectedDataPoints { get; }