Class ScrollRange
create a Scroll Range class which includes properties to customize the range of axis scrollbar.
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.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
[JsonProperty("max")]
[EJDate]
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