Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSelectionBehavior - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartSelectionBehavior

    ChartSelectionBehavior enables the selection of individual segment in a series or chart series itself.

    Inheritance
    System.Object
    ChartBehavior
    ChartSelectionBehavior
    Inherited Members
    ChartBehavior.OnDoubleTap(Single, Single)
    ChartBehavior.OnLongPress(Single, Single)
    ChartBehavior.OnScroll(Single, Single, Single, Single)
    ChartBehavior.Invalidate()
    ChartBehavior.OnLayoutUpdated()
    ChartBehavior.OnDraw(Canvas)
    ChartBehavior.Chart
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ChartSelectionBehavior : ChartBehavior

    Constructors

    ChartSelectionBehavior()

    Initializes a new instance of the ChartSelectionBehavior class.

    Declaration
    public ChartSelectionBehavior()

    Methods

    OnSelectionChanged(ChartSelectionEvent)

    Declaration
    protected virtual void OnSelectionChanged(ChartSelectionEvent chartSelectionEvent)
    Parameters
    Type Name Description
    ChartSelectionEvent chartSelectionEvent

    OnSelectionChanging(ChartSelectionChangingEvent)

    Declaration
    protected virtual void OnSelectionChanging(ChartSelectionChangingEvent chartSelectionEvent)
    Parameters
    Type Name Description
    ChartSelectionChangingEvent chartSelectionEvent

    OnTouchDown(Single, Single)

    Declaration
    protected override void OnTouchDown(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX
    System.Single pointY
    Overrides
    ChartBehavior.OnTouchDown(Single, Single)

    OnTouchMove(Single, Single)

    Declaration
    protected override void OnTouchMove(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX
    System.Single pointY
    Overrides
    ChartBehavior.OnTouchMove(Single, Single)

    OnTouchUp(Single, Single)

    Declaration
    protected override void OnTouchUp(float pointX, float pointY)
    Parameters
    Type Name Description
    System.Single pointX
    System.Single pointY
    Overrides
    ChartBehavior.OnTouchUp(Single, Single)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved