ClassChartViewController
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:
public class ChartViewController : Controller, INotifyPropertyChanged
Inheritance: objectControllerChartViewController
Derived Classes:
Implements:
Inherited Members
Constructors
ChartViewController()
Declaration
public ChartViewController()
Properties
Area
Gets or sets the area this controller is added to.
Declaration
public virtual ChartArea Area { get; }
Property Value
The area.
Methods
ControllerAdded(ChartView)
This method is called when the controller is added to the controllers collection of a chart view.
Declaration
protected virtual void ControllerAdded(ChartView view)
Parameters
view
The view this controller is added to.
ControllerRemoved()
This method is called when the controller is removed from the controllers collection of a chart view.
Declaration
protected virtual void ControllerRemoved()
ExecuteCore(object, object)
When overridden in a derived class, executes the core logic for the controller operation.
Declaration
protected override ActionResult ExecuteCore(object key, object context)
Parameters
key
The key identifying the operation.
context
The context for the operation.
Returns
An ActionResult representing the outcome of the operation.
Overrides
OnDraw(EventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnDraw(EventArgs e)
Parameters
e
The EventArgs instance containing the event data.
Returns
OnGesture(GestureEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnGesture(GestureEventArgs args)
Parameters
args
The GestureEventArgs instance containing the event data.
Returns
OnKeyDown(KeyEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnKeyDown(KeyEventArgs e)
Parameters
e
The KeyEventArgs instance containing the event data.
Returns
OnKeyPress(KeyPressEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnKeyPress(KeyPressEventArgs e)
Parameters
e
The KeyPressEventArgs instance containing the event data.
Returns
OnKeyUp(KeyEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnKeyUp(KeyEventArgs e)
Parameters
e
The KeyEventArgs instance containing the event data.
Returns
OnMouseCaptureChanged(EventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnMouseCaptureChanged(EventArgs e)
Parameters
e
The EventArgs instance containing the event data.
Returns
OnMouseClick(MouseEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnMouseClick(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
OnMouseDoubleClick(MouseEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnMouseDoubleClick(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
OnMouseDown(MouseEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnMouseDown(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
OnMouseEnter(EventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnMouseEnter(EventArgs e)
Parameters
e
The EventArgs instance containing the event data.
Returns
OnMouseHover(EventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnMouseHover(EventArgs e)
Parameters
e
The EventArgs instance containing the event data.
Returns
OnMouseLeave(EventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnMouseLeave(EventArgs e)
Parameters
e
The EventArgs instance containing the event data.
Returns
OnMouseMove(MouseEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnMouseMove(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
OnMouseUp(MouseEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnMouseUp(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
OnMouseWheel(MouseEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnMouseWheel(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
OnPanGesture(PanGestureEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnPanGesture(PanGestureEventArgs args)
Parameters
args
The PanGestureEventArgs instance containing the event data.
Returns
OnPressAndTapGesture(PressAndTapGestureEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnPressAndTapGesture(PressAndTapGestureEventArgs args)
Parameters
args
The PressAndTapGestureEventArgs instance containing the event data.
Returns
OnRotateGesture(RotateGestureEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnRotateGesture(RotateGestureEventArgs args)
Parameters
args
The RotateGestureEventArgs instance containing the event data.
Returns
OnTwoFingerTapGesture(GestureEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnTwoFingerTapGesture(GestureEventArgs args)
Parameters
args
The GestureEventArgs instance containing the event data.
Returns
OnZoomGesture(ZoomGestureEventArgs)
Raises the event.
Declaration
protected virtual ActionResult OnZoomGesture(ZoomGestureEventArgs args)
Parameters
args
The ZoomGestureEventArgs instance containing the event data.
Returns