menu

Blazor

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

    Show / Hide Table of Contents

    Class ZoomMode

    Specifies the zooming mode.

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

    Fields

    X

    Zooms with respect to the horizontal axis.

    Declaration
    public const ZoomMode X
    Field Value
    Type
    ZoomMode

    XY

    Zooms regarding both vertical and horizontal axes.

    Declaration
    public const ZoomMode XY
    Field Value
    Type
    ZoomMode

    Y

    Zooms with respect to the vertical axis.

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