menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFChartSelectionBehavior

    This class is used to enable selection in SFChart. An instance of this class need to be added to Behaviors collection.

    Inheritance
    System.Object
    SFChartBehavior
    SFChartSelectionBehavior
    Inherited Members
    SFChartBehavior.AdornmentLayer
    SFChartBehavior.Chart
    SFChartBehavior.DrawInContext(CGContext)
    SFChartBehavior.TouchesBegan(NSSet, UIEvent)
    SFChartBehavior.TouchesCancelled(NSSet, UIEvent)
    SFChartBehavior.TouchesEnded(NSSet, UIEvent)
    SFChartBehavior.TouchesMoved(NSSet, UIEvent)
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class SFChartSelectionBehavior : SFChartBehavior

    Constructors

    SFChartSelectionBehavior()

    Declaration
    public SFChartSelectionBehavior()

    Methods

    DidDataPointSelect(SFChartSelectionInfo)

    Tells the receiver when data point selection process has been ended.

    Declaration
    public virtual void DidDataPointSelect(SFChartSelectionInfo selectionInfo)
    Parameters
    Type Name Description
    SFChartSelectionInfo selectionInfo

    that carries selection information to the receiver.

    Dispose(Boolean)

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

    TapWithGestureRecognizer(UITapGestureRecognizer)

    Declaration
    public virtual void TapWithGestureRecognizer(UITapGestureRecognizer tapGestureRecognizer)
    Parameters
    Type Name Description
    UIKit.UITapGestureRecognizer tapGestureRecognizer

    WillDataPointSelect(SFChartSelectionChangingInfo)

    Tells the receiver when data point selection process has been started.

    Declaration
    public virtual void WillDataPointSelect(SFChartSelectionChangingInfo selectionChangingInfo)
    Parameters
    Type Name Description
    SFChartSelectionChangingInfo selectionChangingInfo

    that carries selection information to the receiver.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved