Class ChartBehaviorHelper
Inheritance
System.Object
ChartBehaviorHelper
Assembly: Syncfusion.SfChart.XForms.macOS.dll
public class ChartBehaviorHelper : SFChartBehavior
Constructors
Declaration
public ChartBehaviorHelper()
Properties
Declaration
public ChartBehavior 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
public void OnDoubleTap(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
Declaration
public void TouchDown(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
Declaration
public void TouchMove(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|
Declaration
public void TouchUp(float pointX, float pointY)
Parameters
Type |
Name |
Description |
System.Single |
pointX |
|
System.Single |
pointY |
|