Class ChartTooltipBehaviorHelper
Inheritance
System.Object
ChartTooltipBehaviorHelper
Assembly: Syncfusion.SfChart.XForms.macOS.dll
public class ChartTooltipBehaviorHelper : SFChartTooltipBehavior
Constructors
Declaration
public ChartTooltipBehaviorHelper()
Properties
Declaration
public ChartTooltipBehavior FormsBehavior { get; set; }
Property Value
Methods
Declaration
public override SfView GetView(SFChartTooltip tooltipView)
Parameters
Returns
Overrides
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 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 |
|