Class ChartViewController
Represents a controller which can be added to the controllers collection of a Rad
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartViewController : Controller, INotifyPropertyChanged
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
Chart The area. |
View
Gets the chart view this conrtoller is added to.
Declaration
public virtual ChartView View { get; }
Property Value
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
Chart 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)
Declaration
protected override ActionResult ExecuteCore(object key, object context)
Parameters
System.
|
System.
|
Returns
Overrides
OnDraw(EventArgs)
Raises the Draw event.
Declaration
protected virtual ActionResult OnDraw(EventArgs e)
Parameters
System. The System. |
Returns
OnGesture(GestureEventArgs)
Raises the Gesture event.
Declaration
protected virtual ActionResult OnGesture(GestureEventArgs args)
Parameters
Gesture The Gesture |
Returns
OnKeyDown(KeyEventArgs)
Raises the Key
Declaration
protected virtual ActionResult OnKeyDown(KeyEventArgs e)
Parameters
System. The System. |
Returns
OnKeyPress(KeyPressEventArgs)
Raises the Key
Declaration
protected virtual ActionResult OnKeyPress(KeyPressEventArgs e)
Parameters
System. The System. |
Returns
OnKeyUp(KeyEventArgs)
Raises the Key
Declaration
protected virtual ActionResult OnKeyUp(KeyEventArgs e)
Parameters
System. The System. |
Returns
OnMouseCaptureChanged(EventArgs)
Raises the Mouse
Declaration
protected virtual ActionResult OnMouseCaptureChanged(EventArgs e)
Parameters
System. The System. |
Returns
OnMouseClick(MouseEventArgs)
Raises the Mouse
Declaration
protected virtual ActionResult OnMouseClick(MouseEventArgs e)
Parameters
System. The System. |
Returns
OnMouseDoubleClick(MouseEventArgs)
Raises the Mouse
Declaration
protected virtual ActionResult OnMouseDoubleClick(MouseEventArgs e)
Parameters
System. The System. |
Returns
OnMouseDown(MouseEventArgs)
Raises the Mouse
Declaration
protected virtual ActionResult OnMouseDown(MouseEventArgs e)
Parameters
System. The System. |
Returns
OnMouseEnter(EventArgs)
Raises the Mouse
Declaration
protected virtual ActionResult OnMouseEnter(EventArgs e)
Parameters
System. The System. |
Returns
OnMouseHover(EventArgs)
Raises the Mouse
Declaration
protected virtual ActionResult OnMouseHover(EventArgs e)
Parameters
System. The System. |
Returns
OnMouseLeave(EventArgs)
Raises the Mouse
Declaration
protected virtual ActionResult OnMouseLeave(EventArgs e)
Parameters
System. The System. |
Returns
OnMouseMove(MouseEventArgs)
Raises the Mouse
Declaration
protected virtual ActionResult OnMouseMove(MouseEventArgs e)
Parameters
System. The System. |
Returns
OnMouseUp(MouseEventArgs)
Raises the Mouse
Declaration
protected virtual ActionResult OnMouseUp(MouseEventArgs e)
Parameters
System. The System. |
Returns
OnMouseWheel(MouseEventArgs)
Raises the Mouse
Declaration
protected virtual ActionResult OnMouseWheel(MouseEventArgs e)
Parameters
System. The System. |
Returns
OnPanGesture(PanGestureEventArgs)
Raises the Pan
Declaration
protected virtual ActionResult OnPanGesture(PanGestureEventArgs args)
Parameters
Pan The Pan |
Returns
OnPressAndTapGesture(PressAndTapGestureEventArgs)
Raises the Press
Declaration
protected virtual ActionResult OnPressAndTapGesture(PressAndTapGestureEventArgs args)
Parameters
Press The Press |
Returns
OnRotateGesture(RotateGestureEventArgs)
Raises the Rotate
Declaration
protected virtual ActionResult OnRotateGesture(RotateGestureEventArgs args)
Parameters
Rotate The Rotate |
Returns
OnTwoFingerTapGesture(GestureEventArgs)
Raises the Two
Declaration
protected virtual ActionResult OnTwoFingerTapGesture(GestureEventArgs args)
Parameters
Gesture The Gesture |
Returns
OnZoomGesture(ZoomGestureEventArgs)
Raises the Zoom
Declaration
protected virtual ActionResult OnZoomGesture(ZoomGestureEventArgs args)
Parameters
Zoom The Zoom |