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