Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFChartZoomPanState

    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.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.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 Description
    SFChartZoomPanState

    Changed

    After changed the zoom, pan or selection zoom level.

    Declaration
    public const SFChartZoomPanState Changed
    Field Value
    Type Description
    SFChartZoomPanState

    Changing

    Before changing the zoom, pan or selection zoom level.

    Declaration
    public const SFChartZoomPanState Changing
    Field Value
    Type Description
    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 Description
    SFChartZoomPanState

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved