Class ChartZoomPanBehaviorHelper
Inheritance
System.Object
ChartZoomPanBehaviorHelper
Assembly: Syncfusion.SfChart.XForms.macOS.dll
public class ChartZoomPanBehaviorHelper : SFChartZoomPanBehavior
Constructors
Declaration
public ChartZoomPanBehaviorHelper()
Properties
Declaration
public ChartZoomPanBehavior FormsBehavior { get; set; }
Property Value
Methods
Declaration
protected override void MouseDown(CGPoint locationInChart, NSEvent theEvent)
Parameters
Type |
Name |
Description |
CoreGraphics.CGPoint |
locationInChart |
|
AppKit.NSEvent |
theEvent |
|
Overrides
Declaration
protected override void MouseMoved(CGPoint locationInChart, NSEvent theEvent)
Parameters
Type |
Name |
Description |
CoreGraphics.CGPoint |
locationInChart |
|
AppKit.NSEvent |
theEvent |
|
Overrides
Declaration
protected override void MouseUp(CGPoint locationInChart, NSEvent theEvent)
Parameters
Type |
Name |
Description |
CoreGraphics.CGPoint |
locationInChart |
|
AppKit.NSEvent |
theEvent |
|
Overrides
Declaration
protected void OnDoubleTap(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
Declaration
protected void OnScroll(float pointX, float pointY, float distanceX, float distanceY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
System.Single |
distanceX |
|
System.Single |
distanceY |
|
Declaration
public override void PinchWithGestureRecognizer(SfPinchGestureRecognizer pinchGestureRecognizer)
Parameters
Overrides
Declaration
protected void ScaleDelta(float manipulationX, float manipulationY, float scaleFactor)
Parameters
Type |
Name |
Description |
System.Single |
manipulationX |
|
System.Single |
manipulationY |
|
System.Single |
scaleFactor |
|
Declaration
protected void ScaleEnd(float manipulationX, float manipulationY, float scaleFactor)
Parameters
Type |
Name |
Description |
System.Single |
manipulationX |
|
System.Single |
manipulationY |
|
System.Single |
scaleFactor |
|
Declaration
protected void ScaleStart(float manipulationX, float manipulationY, float scaleFactor)
Parameters
Type |
Name |
Description |
System.Single |
manipulationX |
|
System.Single |
manipulationY |
|
System.Single |
scaleFactor |
|
Declaration
protected void TouchDown(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
Declaration
protected void TouchMove(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
Declaration
protected void TouchUp(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|