menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ZoomMode

    Represents the modes of chart zooming.

    Inheritance
    System.Object
    ZoomMode
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class ZoomMode : Enum

    Fields

    X

    Zooming enabled only to X axis

    Declaration
    public const ZoomMode X
    Field Value
    Type
    ZoomMode

    XY

    Zooming enabled only to X and Y axis

    Declaration
    public const ZoomMode XY
    Field Value
    Type
    ZoomMode

    Y

    Zooming enabled only to Y axis

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