menu

Class SFChartZoomMode - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFChartZoomMode

    Represents the modes of chart zooming.

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

    Fields

    X

    Zooming enabled only to X axis.

    Declaration
    public const SFChartZoomMode X
    Field Value
    Type
    SFChartZoomMode

    XY

    Zooming enabled to both X and Y axis.

    Declaration
    public const SFChartZoomMode XY
    Field Value
    Type
    SFChartZoomMode

    Y

    Zooming enabled only to Y axis.

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