menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartSelectionBehaviorHelper

    Inheritance
    System.Object
    SFChartBehavior
    SFChartSelectionBehavior
    ChartSelectionBehaviorHelper
    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 ChartSelectionBehaviorHelper : SFChartSelectionBehavior

    Constructors

    ChartSelectionBehaviorHelper()

    Declaration
    public ChartSelectionBehaviorHelper()

    Properties

    DidSelectionInfo

    Declaration
    public SFChartSelectionInfo DidSelectionInfo { get; set; }
    Property Value
    Type
    SFChartSelectionInfo

    FormsBehavior

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

    WillSelectionChangingInfo

    Declaration
    public SFChartSelectionChangingInfo WillSelectionChangingInfo { get; set; }
    Property Value
    Type
    SFChartSelectionChangingInfo

    Methods

    DidDataPointSelect(SFChartSelectionInfo)

    Declaration
    public override void DidDataPointSelect(SFChartSelectionInfo selectionInfo)
    Parameters
    Type Name Description
    SFChartSelectionInfo selectionInfo
    Overrides
    SFChartSelectionBehavior.DidDataPointSelect(SFChartSelectionInfo)

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    SFChartSelectionBehavior.Dispose(Boolean)

    MouseDown(CGPoint, NSEvent)

    Declaration
    protected override void MouseDown(CGPoint locationInChart, NSEvent theEvent)
    Parameters
    Type Name Description
    CoreGraphics.CGPoint locationInChart
    AppKit.NSEvent theEvent
    Overrides
    SFChartSelectionBehavior.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
    protected void OnDoubleTap(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX
    System.Single pointY

    SelectionChanged(ChartSelectionEventArgs)

    Declaration
    public void SelectionChanged(ChartSelectionEventArgs arg)
    Parameters
    Type Name Description
    ChartSelectionEventArgs arg

    SelectionChanging(ChartSelectionChangingEventArgs)

    Declaration
    public void SelectionChanging(ChartSelectionChangingEventArgs arg)
    Parameters
    Type Name Description
    ChartSelectionChangingEventArgs arg

    TouchDown(Single, Single)

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

    TouchMove(Single, Single)

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

    TouchUp(Single, Single)

    Declaration
    protected void TouchUp(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX
    System.Single pointY

    WillDataPointSelect(SFChartSelectionChangingInfo)

    Declaration
    public override void WillDataPointSelect(SFChartSelectionChangingInfo selectionChangingInfo)
    Parameters
    Type Name Description
    SFChartSelectionChangingInfo selectionChangingInfo
    Overrides
    SFChartSelectionBehavior.WillDataPointSelect(SFChartSelectionChangingInfo)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved