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