menu

Class SFChartZoomPanState - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFChartZoomPanState

    Defines the zoom pan state for zoom, pan and select zoom info.

    Inheritance
    System.Object
    SFChartZoomPanState
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public sealed class SFChartZoomPanState : Enum

    Fields

    Began

    When a continuous zoom, pan or select zoom is start, the state is set to Began.

    Declaration
    public const SFChartZoomPanState Began
    Field Value
    Type
    SFChartZoomPanState

    Changed

    After changed the zoom, pan or selection zoom level.

    Declaration
    public const SFChartZoomPanState Changed
    Field Value
    Type
    SFChartZoomPanState

    Changing

    Before changing the zoom, pan or selection zoom level.

    Declaration
    public const SFChartZoomPanState Changing
    Field Value
    Type
    SFChartZoomPanState

    Ended

    When a continuous zoom, pan or selection zoom has finished, the state is set to Ended.

    Declaration
    public const SFChartZoomPanState Ended
    Field Value
    Type
    SFChartZoomPanState
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved