ClassChartViewSelectedPointChangedEventArgs
Provides data for the SelectedPointChanged event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class ChartViewSelectedPointChangedEventArgs : EventArgs
Inheritance: objectEventArgsChartViewSelectedPointChangedEventArgs
Inherited Members
Constructors
ChartViewSelectedPointChangedEventArgs(DataPoint, DataPoint, ChartSeries, ChartSeries, ChartSelectionMode)
Initializes a new instance of the ChartViewSelectedPointChangedEventArgs class.
Declaration
public ChartViewSelectedPointChangedEventArgs(DataPoint oldSelectedPoint, DataPoint newSelectedPoint, ChartSeries oldSelectedSeries, ChartSeries newSelectedSeries, ChartSelectionMode selectionMode)
Parameters
oldSelectedPoint
The old selected point.
newSelectedPoint
The new selected point.
oldSelectedSeries
The old selected series.
newSelectedSeries
The new selected series.
selectionMode
The selection mode.
Properties
NewSelectedPoint
Gets the new selected data point.
NewSelectedSeries
Gets the new selected data point chart series.
Declaration
public ChartSeries NewSelectedSeries { get; }
Property Value
OldSelectedPoint
Gets the selected data point.
OldSelectedSeries
Gets the selected data point chart series.
Declaration
public ChartSeries OldSelectedSeries { get; }
Property Value
SelectionMode
Gets the current selection mode
Declaration
public ChartSelectionMode SelectionMode { get; }
Property Value