alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ZoomType

    Indicates the various methods to zoom the data .

    Inheritance
    System.Object
    ZoomType
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Windows.dll
    Syntax
    public sealed class ZoomType : Enum

    Fields

    MouseWheelZooming

    The zooming is performed using the mousewheel .

    Declaration
    public const ZoomType MouseWheelZooming
    Field Value
    Type
    ZoomType

    PinchZooming

    The zooming is performed by finger action in touch devices.

    Declaration
    public const ZoomType PinchZooming
    Field Value
    Type
    ZoomType

    Selection

    The zooming is performed by rubberband selection.

    Declaration
    public const ZoomType Selection
    Field Value
    Type
    ZoomType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved