menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ZoomMode

    Indicates zooming modes of the chart.

    Inheritance
    System.Object
    ZoomMode
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public sealed class ZoomMode : Enum

    Fields

    X

    Zooming will take place on the x-axis.

    Declaration
    public const ZoomMode X
    Field Value
    Type
    ZoomMode

    XY

    Zooming will take place on both axes.

    Declaration
    public const ZoomMode XY
    Field Value
    Type
    ZoomMode

    Y

    Zooming will take place on the 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