New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public ChartSelectionController()

Properties

Gets or sets whether selection is allowed.

C#
[Browsable(true)]
public bool AllowSelect { get; set; }
Property Value:

The allow select.

Gets or sets the selected point.

C#
public DataPoint SelectedPoint { get; set; }
Property Value:

The selected point.

Gets or sets the selected series.

C#
public ChartSeries SelectedSeries { get; set; }
Property Value:

The selected series.

Gets or sets the selection mode.

C#
public ChartSelectionMode SelectionMode { get; set; }
Property Value:

The selection mode.

Methods

Raises the event.

C#
protected override ActionResult OnMouseDown(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

ActionResult

Overrides: ChartViewController.OnMouseDown(MouseEventArgs)

Raises the event.

C#
protected override ActionResult OnMouseMove(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

ActionResult

Overrides: ChartViewController.OnMouseMove(MouseEventArgs)

Raises the event.

C#
protected virtual void OnSelectedPointChanged(ChartViewSelectedPointChangedEventArgs e)
Parameters:eChartViewSelectedPointChangedEventArgs

The ChartViewSelectedPointChangedEventArgs instance containing the event data.

Raises the event.

C#
protected virtual void OnSelectedPointChanging(ChartViewSelectedPointChangingEventArgs e)
Parameters:eChartViewSelectedPointChangingEventArgs

The ChartViewSelectedPointChangingEventArgs instance containing the event data.