Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    X

    Defines chart will be zoomed with respect to horizontal axis.

    Declaration
    public const ZoomMode X
    Field Value
    Type Description
    ZoomMode

    XY

    Defines chart will be zoomed with respect to both vertical and horizontal axis.

    Declaration
    public const ZoomMode XY
    Field Value
    Type Description
    ZoomMode

    Y

    Defines chart will be zoomed with respect to vertical axis.

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