menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ScrollRange

    create a Scroll Range class which includes properties to customize the range of axis scrollbar.

    Inheritance
    System.Object
    EJTagHelper
    ScrollRange
    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 ScrollRange : EJTagHelper

    Constructors

    ScrollRange()

    Declaration
    public ScrollRange()

    Properties

    Max

    Gets or sets the value for Max in scroll range, which specified maximum scroll range values of an axis.

    Declaration
    [EJDate]
    [JsonProperty("max")]
    public object Max { get; set; }
    Property Value
    Type Description
    System.Object
    Remarks

    Specifies the maximum scroll range of the axis

    Min

    Gets or sets the value for Min in scroll range, which specifies minimum scroll range value of an axis.

    Declaration
    [JsonProperty("min")]
    [EJDate]
    public object Min { get; set; }
    Property Value
    Type Description
    System.Object
    Remarks

    Specifies the minimum scroll range of the axis

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved