Class ChartViewController
Represents a controller which can be added to the controllers collection of a RadChartView.
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
ChartArea
The area. |
View
Gets the chart view this conrtoller is added to.
Declaration
public virtual ChartView View { get; }
Property Value
ChartView
|
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
ChartView
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)
Declaration
protected override ActionResult ExecuteCore(object key, object context)
Parameters
System.Object
key
|
System.Object
context
|
Returns
ActionResult
|
Overrides
OnDraw(EventArgs)
Raises the Draw event.
Declaration
protected virtual ActionResult OnDraw(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
Returns
ActionResult
|
OnGesture(GestureEventArgs)
Raises the Gesture event.
Declaration
protected virtual ActionResult OnGesture(GestureEventArgs args)
Parameters
GestureEventArgs
args
The GestureEventArgs instance containing the event data. |
Returns
ActionResult
|
OnKeyDown(KeyEventArgs)
Raises the KeyDown event.
Declaration
protected virtual ActionResult OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
The System.Windows.Forms.KeyEventArgs instance containing the event data. |
Returns
ActionResult
|
OnKeyPress(KeyPressEventArgs)
Raises the KeyPress event.
Declaration
protected virtual ActionResult OnKeyPress(KeyPressEventArgs e)
Parameters
System.Windows.Forms.KeyPressEventArgs
e
The System.Windows.Forms.KeyPressEventArgs instance containing the event data. |
Returns
ActionResult
|
OnKeyUp(KeyEventArgs)
Raises the KeyUp event.
Declaration
protected virtual ActionResult OnKeyUp(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
The System.Windows.Forms.KeyEventArgs instance containing the event data. |
Returns
ActionResult
|
OnMouseCaptureChanged(EventArgs)
Raises the MouseCaptureChanged event.
Declaration
protected virtual ActionResult OnMouseCaptureChanged(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
Returns
ActionResult
|
OnMouseClick(MouseEventArgs)
Raises the MouseClick event.
Declaration
protected virtual ActionResult OnMouseClick(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
Returns
ActionResult
|
OnMouseDoubleClick(MouseEventArgs)
Raises the MouseDoubleClick event.
Declaration
protected virtual ActionResult OnMouseDoubleClick(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
Returns
ActionResult
|
OnMouseDown(MouseEventArgs)
Raises the MouseDown event.
Declaration
protected virtual ActionResult OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
Returns
ActionResult
|
OnMouseEnter(EventArgs)
Raises the MouseEnter event.
Declaration
protected virtual ActionResult OnMouseEnter(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
Returns
ActionResult
|
OnMouseHover(EventArgs)
Raises the MouseHover event.
Declaration
protected virtual ActionResult OnMouseHover(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
Returns
ActionResult
|
OnMouseLeave(EventArgs)
Raises the MouseLeave event.
Declaration
protected virtual ActionResult OnMouseLeave(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
Returns
ActionResult
|
OnMouseMove(MouseEventArgs)
Raises the MouseMove event.
Declaration
protected virtual ActionResult OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
Returns
ActionResult
|
OnMouseUp(MouseEventArgs)
Raises the MouseUp event.
Declaration
protected virtual ActionResult OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
Returns
ActionResult
|
OnMouseWheel(MouseEventArgs)
Raises the MouseWheel event.
Declaration
protected virtual ActionResult OnMouseWheel(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
Returns
ActionResult
|
OnPanGesture(PanGestureEventArgs)
Raises the PanGesture event.
Declaration
protected virtual ActionResult OnPanGesture(PanGestureEventArgs args)
Parameters
PanGestureEventArgs
args
The PanGestureEventArgs instance containing the event data. |
Returns
ActionResult
|
OnPressAndTapGesture(PressAndTapGestureEventArgs)
Raises the PressAndTapGesture event.
Declaration
protected virtual ActionResult OnPressAndTapGesture(PressAndTapGestureEventArgs args)
Parameters
PressAndTapGestureEventArgs
args
The PressAndTapGestureEventArgs instance containing the event data. |
Returns
ActionResult
|
OnRotateGesture(RotateGestureEventArgs)
Raises the RotateGesture event.
Declaration
protected virtual ActionResult OnRotateGesture(RotateGestureEventArgs args)
Parameters
RotateGestureEventArgs
args
The RotateGestureEventArgs instance containing the event data. |
Returns
ActionResult
|
OnTwoFingerTapGesture(GestureEventArgs)
Raises the TwoFingerTapGesture event.
Declaration
protected virtual ActionResult OnTwoFingerTapGesture(GestureEventArgs args)
Parameters
GestureEventArgs
args
The GestureEventArgs instance containing the event data. |
Returns
ActionResult
|
OnZoomGesture(ZoomGestureEventArgs)
Raises the ZoomGesture event.
Declaration
protected virtual ActionResult OnZoomGesture(ZoomGestureEventArgs args)
Parameters
ZoomGestureEventArgs
args
The ZoomGestureEventArgs instance containing the event data. |
Returns
ActionResult
|