Class ChartTrackballBehaviorHelper
Inheritance
System.Object
ChartTrackballBehaviorHelper
Assembly: Syncfusion.SfChart.XForms.macOS.dll
public class ChartTrackballBehaviorHelper : SFChartTrackballBehavior
Constructors
Declaration
public ChartTrackballBehaviorHelper()
Properties
Declaration
public ChartTrackballBehavior 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 MouseDragged(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 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 |
|
Declaration
public override NSView ViewForAxisLabel(SFAxis axis, SFChartPointInfo pointInfo)
Parameters
Returns
Overrides
Declaration
public override NSView ViewForGroupedTrackballLabel(NSMutableArray pointsInfo)
Parameters
Type |
Name |
Description |
Foundation.NSMutableArray |
pointsInfo |
|
Returns
Overrides
Declaration
public override NSView ViewForTrackballLabel(SFChartPointInfo pointInfo)
Parameters
Returns
Overrides