Class ChartSelectionController
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartSelectionController : ChartViewController, INotifyPropertyChanged
Constructors
ChartSelectionController()
Declaration
public ChartSelectionController()
Properties
AllowSelect
Gets or sets whether selection is allowed.
Declaration
public bool AllowSelect { get; set; }
Property Value
System.Boolean
The allow select. |
SelectedPoint
Gets or sets the selected point.
Declaration
public DataPoint SelectedPoint { get; set; }
Property Value
DataPoint
The selected point. |
SelectedSeries
Gets or sets the selected series.
Declaration
public ChartSeries SelectedSeries { get; set; }
Property Value
ChartSeries
The selected series. |
SelectionMode
Gets or sets the selection mode.
Declaration
public ChartSelectionMode SelectionMode { get; set; }
Property Value
ChartSelectionMode
The selection mode. |
Methods
OnMouseDown(MouseEventArgs)
Raises the MouseDown event.
Declaration
protected override ActionResult OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
Returns
ActionResult
|
Overrides
OnMouseMove(MouseEventArgs)
Raises the MouseMove event.
Declaration
protected override ActionResult OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
Returns
ActionResult
|
Overrides
OnSelectedPointChanged(ChartViewSelectedPointChangedEventArgs)
Raises the SelectedPointChanged event.
Declaration
protected virtual void OnSelectedPointChanged(ChartViewSelectedPointChangedEventArgs e)
Parameters
ChartViewSelectedPointChangedEventArgs
e
The ChartViewSelectedPointChangedEventArgs instance containing the event data. |
OnSelectedPointChanging(ChartViewSelectedPointChangingEventArgs)
Raises the SelectedPointChanging event.
Declaration
protected virtual void OnSelectedPointChanging(ChartViewSelectedPointChangingEventArgs e)
Parameters
ChartViewSelectedPointChangingEventArgs
e
The ChartViewSelectedPointChangingEventArgs instance containing the event data. |