UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomMode - UWP API Reference | Syncfusion SfChart ">

    Show / Hide Table of Contents

    Class ZoomMode

    Represents zooming modes of SfChart

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

    Fields

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    X

    Zooming will be done along x-axis

    Declaration
    public const ZoomMode X
    Field Value
    Type Description
    ZoomMode

    XY

    Zooming will be done along both axis.

    Declaration
    public const ZoomMode XY
    Field Value
    Type Description
    ZoomMode

    Y

    Zooming will be done along y-axis

    Declaration
    public const ZoomMode Y
    Field Value
    Type Description
    ZoomMode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved