menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ZoomSettings

    Inheritance
    System.Object
    EJTagHelper
    ZoomSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ZoomSettings : EJTagHelper

    Constructors

    ZoomSettings()

    Declaration
    public ZoomSettings()

    Properties

    AnimationDuration

    Declaration
    [JsonProperty("animationDuration")]
    public double AnimationDuration { get; set; }
    Property Value
    Type Description
    System.Double

    EnableMouseWheelZoom

    Declaration
    [JsonProperty("enableMouseWheelZoom")]
    public bool EnableMouseWheelZoom { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableZoom

    Declaration
    [JsonProperty("enableZoom")]
    public bool EnableZoom { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableZoomOnSelection

    Declaration
    [JsonProperty("enableZoomOnSelection")]
    public bool EnableZoomOnSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    Factor

    Declaration
    [JsonProperty("factor")]
    public double Factor { get; set; }
    Property Value
    Type Description
    System.Double

    Level

    Declaration
    [JsonProperty("level")]
    public double Level { get; set; }
    Property Value
    Type Description
    System.Double

    MaxValue

    Declaration
    [JsonProperty("maxValue")]
    public double MaxValue { get; set; }
    Property Value
    Type Description
    System.Double

    MinValue

    Declaration
    [JsonProperty("minValue")]
    public double MinValue { get; set; }
    Property Value
    Type Description
    System.Double

    ZoomFactor

    Declaration
    [JsonProperty("end")]
    public string ZoomFactor { get; set; }
    Property Value
    Type Description
    System.String

    ZoomPosition

    Declaration
    [JsonProperty("start")]
    public string ZoomPosition { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved