menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class Range

    create a Range class

    Inheritance
    System.Object
    EJTagHelper
    Range
    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 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
    [EJDate]
    [JsonProperty("max")]
    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
    [JsonProperty("min")]
    [EJDate]
    public object Min { get; set; }
    Property Value
    Type Description
    System.Object
    Remarks

    Specifies the minimum range of the axis

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