menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartBehaviorHelper - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartBehaviorHelper

    Inheritance
    System.Object
    SFChartBehavior
    ChartBehaviorHelper
    Inherited Members
    SFChartBehavior.AdornmentLayer
    SFChartBehavior.Chart
    SFChartBehavior.DrawInContext(CGContext)
    SFChartBehavior.MouseDragged(CGPoint, NSEvent)
    SFChartBehavior.MouseEntered(CGPoint, NSEvent)
    SFChartBehavior.MouseExited(CGPoint, NSEvent)
    SFChartBehavior.ScrollWheel(CGPoint, NSEvent)
    Namespace: Syncfusion.SfChart.XForms.MacOS
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class ChartBehaviorHelper : SFChartBehavior

    Constructors

    ChartBehaviorHelper()

    Declaration
    public ChartBehaviorHelper()

    Properties

    FormsBehavior

    Declaration
    public ChartBehavior FormsBehavior { get; set; }
    Property Value
    Type
    ChartBehavior

    Methods

    MouseDown(CGPoint, NSEvent)

    Declaration
    protected override void MouseDown(CGPoint locationInChart, NSEvent theEvent)
    Parameters
    Type Name Description
    CoreGraphics.CGPoint locationInChart
    AppKit.NSEvent theEvent
    Overrides
    SFChartBehavior.MouseDown(CGPoint, NSEvent)

    MouseMoved(CGPoint, NSEvent)

    Declaration
    protected override void MouseMoved(CGPoint locationInChart, NSEvent theEvent)
    Parameters
    Type Name Description
    CoreGraphics.CGPoint locationInChart
    AppKit.NSEvent theEvent
    Overrides
    SFChartBehavior.MouseMoved(CGPoint, NSEvent)

    MouseUp(CGPoint, NSEvent)

    Declaration
    protected override void MouseUp(CGPoint locationInChart, NSEvent theEvent)
    Parameters
    Type Name Description
    CoreGraphics.CGPoint locationInChart
    AppKit.NSEvent theEvent
    Overrides
    SFChartBehavior.MouseUp(CGPoint, NSEvent)

    OnDoubleTap(Single, Single)

    Declaration
    public void OnDoubleTap(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX
    System.Single pointY

    TouchDown(Single, Single)

    Declaration
    public void TouchDown(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX
    System.Single pointY

    TouchMove(Single, Single)

    Declaration
    public void TouchMove(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX
    System.Single pointY

    TouchUp(Single, Single)

    Declaration
    public void TouchUp(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX
    System.Single pointY
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved