Class Range
create a Range class
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 Range : EJTagHelper
Constructors
Range()
Declaration
public Range()
Properties
Interval
Gets or sets the value for Interval in axis range, which renders axis ranges in specified interval.
Declaration
[JsonProperty("interval")]
public double Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the interval of the axis range
Max
Gets or sets the value for Max in axis range, which specified maximum value for an axis ranges.
Declaration
[JsonProperty("max")]
[EJDate]
public object Max { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Remarks
Specifies the maximum range of the axis
Min
Gets or sets the value for Min in axis range, which specifies minimum value for an axis ranges.
Declaration
[EJDate]
[JsonProperty("min")]
public object Min { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Remarks
Specifies the minimum range of the axis