Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class ChartSelectionController : ChartViewController, INotifyPropertyChanged
Inheritance: objectControllerChartViewControllerChartSelectionController
Implements:
Inherited Members
Constructors
public ChartSelectionController()
Properties
Gets or sets whether selection is allowed.
[Browsable(true)]
public bool AllowSelect { get; set; }
The allow select.
Gets or sets the selected point.
public DataPoint SelectedPoint { get; set; }
The selected point.
Gets or sets the selected series.
public ChartSeries SelectedSeries { get; set; }
The selected series.
Gets or sets the selection mode.
public ChartSelectionMode SelectionMode { get; set; }
The selection mode.
Methods
Raises the event.
protected override ActionResult OnMouseDown(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Raises the event.
protected override ActionResult OnMouseMove(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Raises the event.
protected virtual void OnSelectedPointChanged(ChartViewSelectedPointChangedEventArgs e)
The ChartViewSelectedPointChangedEventArgs instance containing the event data.
Raises the event.
protected virtual void OnSelectedPointChanging(ChartViewSelectedPointChangingEventArgs e)
The ChartViewSelectedPointChangingEventArgs instance containing the event data.