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. The allow select. |
SelectedPoint
Gets or sets the selected point.
Declaration
public DataPoint SelectedPoint { get; set; }
Property Value
Data The selected point. |
SelectedSeries
Gets or sets the selected series.
Declaration
public ChartSeries SelectedSeries { get; set; }
Property Value
Chart The selected series. |
SelectionMode
Gets or sets the selection mode.
Declaration
public ChartSelectionMode SelectionMode { get; set; }
Property Value
Chart The selection mode. |
Methods
OnMouseDown(MouseEventArgs)
Raises the Mouse
Declaration
protected override ActionResult OnMouseDown(MouseEventArgs e)
Parameters
System. The System. |
Returns
Overrides
OnMouseMove(MouseEventArgs)
Raises the Mouse
Declaration
protected override ActionResult OnMouseMove(MouseEventArgs e)
Parameters
System. The System. |
Returns
Overrides
OnSelectedPointChanged(ChartViewSelectedPointChangedEventArgs)
Raises the Selected
Declaration
protected virtual void OnSelectedPointChanged(ChartViewSelectedPointChangedEventArgs e)
Parameters
Chart The Chart |
OnSelectedPointChanging(ChartViewSelectedPointChangingEventArgs)
Raises the Selected
Declaration
protected virtual void OnSelectedPointChanging(ChartViewSelectedPointChangingEventArgs e)
Parameters
Chart The Chart |