menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ZoomingBuilder

    Inheritance
    System.Object
    ZoomingBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ZoomingBuilder

    Constructors

    ZoomingBuilder(Zooming)

    Declaration
    public ZoomingBuilder(Zooming options)
    Parameters
    Type Name Description
    Zooming options

    Methods

    Enable(Boolean)

    Declaration
    public ZoomingBuilder Enable(bool enable)
    Parameters
    Type Name Description
    System.Boolean enable
    Returns
    Type Description
    ZoomingBuilder

    EnableDeferredZoom(Boolean)

    Declaration
    public ZoomingBuilder EnableDeferredZoom(bool enableDeferredZoom)
    Parameters
    Type Name Description
    System.Boolean enableDeferredZoom
    Returns
    Type Description
    ZoomingBuilder

    EnableMouseWheel(Boolean)

    Declaration
    public ZoomingBuilder EnableMouseWheel(bool enableMouseWheel)
    Parameters
    Type Name Description
    System.Boolean enableMouseWheel
    Returns
    Type Description
    ZoomingBuilder

    EnablePinching(Boolean)

    Declaration
    public ZoomingBuilder EnablePinching(bool enable)
    Parameters
    Type Name Description
    System.Boolean enable
    Returns
    Type Description
    ZoomingBuilder

    EnableScrollbar(Boolean)

    Declaration
    public ZoomingBuilder EnableScrollbar(bool enableScrollbar)
    Parameters
    Type Name Description
    System.Boolean enableScrollbar
    Returns
    Type Description
    ZoomingBuilder

    IsReversed(Boolean)

    Declaration
    public ZoomingBuilder IsReversed(bool isReversed)
    Parameters
    Type Name Description
    System.Boolean isReversed
    Returns
    Type Description
    ZoomingBuilder

    ToolbarItems(List<String>)

    Declaration
    public ZoomingBuilder ToolbarItems(List<string> toolbarItems)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> toolbarItems
    Returns
    Type Description
    ZoomingBuilder

    Type(String)

    Declaration
    public ZoomingBuilder Type(string type)
    Parameters
    Type Name Description
    System.String type
    Returns
    Type Description
    ZoomingBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved