ClassChartViewSelectedPointChangingEventArgs
Provides data for the SelectedPointChanging event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class ChartViewSelectedPointChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsChartViewSelectedPointChangingEventArgs
Inherited Members
Constructors
ChartViewSelectedPointChangingEventArgs(DataPoint, DataPoint, ChartSeries, ChartSeries, ChartSelectionMode)
Initializes a new instance of the ChartViewSelectedPointChangingEventArgs class.
Declaration
public ChartViewSelectedPointChangingEventArgs(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.
ChartViewSelectedPointChangingEventArgs(DataPoint, DataPoint, ChartSeries, ChartSeries, ChartSelectionMode, bool)
Initializes a new instance of the ChartViewSelectedPointChangingEventArgs class.
Declaration
public ChartViewSelectedPointChangingEventArgs(DataPoint oldSelectedPoint, DataPoint newSelectedPoint, ChartSeries oldSelectedSeries, ChartSeries newSelectedSeries, ChartSelectionMode selectionMode, bool cancel)
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.
cancel
The cancel.
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