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

Represents a controller which can be added to the controllers collection of a RadChartView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public class ChartViewController : Controller, INotifyPropertyChanged

Inheritance: objectControllerChartViewController

Derived Classes: BaseLassoControllerChartDataPointElementControllerChartPanZoomControllerChartSelectionControllerChartStillIndicatorsControllerChartTooltipControllerChartTrackballControllerDrillDownControllerSmartLabelsController...

Implements: INotifyPropertyChanged

Inherited Members Controller.EmptyController.OnPropertyChanged(string)Controller.ProcessNextController.PropertyChanged

Constructors

C#
public ChartViewController()

Properties

Gets or sets the area this controller is added to.

C#
public virtual ChartArea Area { get; }
Property Value:

The area.

Gets the chart view this conrtoller is added to.

C#
public virtual ChartView View { get; }

Methods

This method is called when the controller is added to the controllers collection of a chart view.

C#
protected virtual void ControllerAdded(ChartView view)
Parameters:viewChartView

The view this controller is added to.

This method is called when the controller is removed from the controllers collection of a chart view.

C#
protected virtual void ControllerRemoved()

When overridden in a derived class, executes the core logic for the controller operation.

C#
protected override ActionResult ExecuteCore(object key, object context)
Parameters:keyobject

The key identifying the operation.

contextobject

The context for the operation.

Returns:

ActionResult

An ActionResult representing the outcome of the operation.

Overrides: Controller.ExecuteCore(object, object)

Raises the event.

C#
protected virtual ActionResult OnDraw(EventArgs e)
Parameters:eEventArgs

The EventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnGesture(GestureEventArgs args)
Parameters:argsGestureEventArgs

The GestureEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnKeyPress(KeyPressEventArgs e)
Parameters:eKeyPressEventArgs

The KeyPressEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnKeyUp(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnMouseCaptureChanged(EventArgs e)
Parameters:eEventArgs

The EventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnMouseClick(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnMouseDoubleClick(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

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

The MouseEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnMouseEnter(EventArgs e)
Parameters:eEventArgs

The EventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnMouseHover(EventArgs e)
Parameters:eEventArgs

The EventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnMouseLeave(EventArgs e)
Parameters:eEventArgs

The EventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

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

The MouseEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnMouseUp(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnMouseWheel(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnPanGesture(PanGestureEventArgs args)
Parameters:argsPanGestureEventArgs

The PanGestureEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnPressAndTapGesture(PressAndTapGestureEventArgs args)
Parameters:argsPressAndTapGestureEventArgs

The PressAndTapGestureEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnRotateGesture(RotateGestureEventArgs args)
Parameters:argsRotateGestureEventArgs

The RotateGestureEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnTwoFingerTapGesture(GestureEventArgs args)
Parameters:argsGestureEventArgs

The GestureEventArgs instance containing the event data.

Returns:

ActionResult

Raises the event.

C#
protected virtual ActionResult OnZoomGesture(ZoomGestureEventArgs args)
Parameters:argsZoomGestureEventArgs

The ZoomGestureEventArgs instance containing the event data.

Returns:

ActionResult