WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomMode

    Show / Hide Table of Contents

    Class ZoomMode

    Indicates zooming modes of the chart.

    Inheritance
    System.Object
    ZoomMode
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public sealed class ZoomMode : Enum

    Fields

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    X

    Zooming will take place on the x-axis.

    Declaration
    public const ZoomMode X
    Field Value
    Type Description
    ZoomMode

    XY

    Zooming will take place on both axes.

    Declaration
    public const ZoomMode XY
    Field Value
    Type Description
    ZoomMode

    Y

    Zooming will take place on the y-axis.

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