ClassChartPanZoomController
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class ChartPanZoomController : ChartViewController, INotifyPropertyChanged
Inheritance: objectControllerChartViewControllerChartPanZoomController
Implements:
Inherited Members
Constructors
ChartPanZoomController()
Declaration
public ChartPanZoomController()
Properties
PanZoomMode
Gets or sets the pan zoom mode.
Declaration
public ChartPanZoomMode PanZoomMode { get; set; }
Property Value
The pan zoom mode.
Methods
InitializePanPoint(Point)
Initializes the pan point.
Declaration
protected void InitializePanPoint(Point location)
Parameters
location
The location.
OnMouseDown(MouseEventArgs)
Raises the event.
Declaration
protected override ActionResult OnMouseDown(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnMouseLeave(EventArgs)
Raises the event.
Declaration
protected override ActionResult OnMouseLeave(EventArgs e)
Parameters
e
The EventArgs instance containing the event data.
Returns
Overrides
OnMouseMove(MouseEventArgs)
Raises the event.
Declaration
protected override ActionResult OnMouseMove(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnMouseUp(MouseEventArgs)
Raises the event.
Declaration
protected override ActionResult OnMouseUp(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnMouseWheel(MouseEventArgs)
Raises the event.
Declaration
protected override ActionResult OnMouseWheel(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnPanGesture(PanGestureEventArgs)
Raises the event.
Declaration
protected override ActionResult OnPanGesture(PanGestureEventArgs args)
Parameters
args
The PanGestureEventArgs instance containing the event data.
Returns
Overrides
OnRotateGesture(RotateGestureEventArgs)
Raises the event.
Declaration
protected override ActionResult OnRotateGesture(RotateGestureEventArgs args)
Parameters
args
The RotateGestureEventArgs instance containing the event data.
Returns
Overrides
OnZoomGesture(ZoomGestureEventArgs)
Raises the event.
Declaration
protected override ActionResult OnZoomGesture(ZoomGestureEventArgs args)
Parameters
args
The ZoomGestureEventArgs instance containing the event data.
Returns
Overrides