menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeIntervalType - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeIntervalType

    Defines the interval type of datetime axis. They are: Auto - Define the interval of the axis based on data. Quarter - Define the interval of the axis based on data. Years - Define the interval of the axis in years. Months - Define the interval of the axis in months. Weeks - Define the interval of the axis in weeks Days - Define the interval of the axis in days. Hours - Define the interval of the axis in hours. Minutes - Define the interval of the axis in minutes.

    Inheritance
    System.Object
    RangeIntervalType
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class RangeIntervalType : Enum

    Fields

    Auto

    Declaration
    public const RangeIntervalType Auto
    Field Value
    Type
    RangeIntervalType

    Days

    Declaration
    public const RangeIntervalType Days
    Field Value
    Type
    RangeIntervalType

    Hours

    Declaration
    public const RangeIntervalType Hours
    Field Value
    Type
    RangeIntervalType

    Minutes

    Declaration
    public const RangeIntervalType Minutes
    Field Value
    Type
    RangeIntervalType

    Months

    Declaration
    public const RangeIntervalType Months
    Field Value
    Type
    RangeIntervalType

    Quarter

    Declaration
    public const RangeIntervalType Quarter
    Field Value
    Type
    RangeIntervalType

    Seconds

    Declaration
    public const RangeIntervalType Seconds
    Field Value
    Type
    RangeIntervalType

    Weeks

    Declaration
    public const RangeIntervalType Weeks
    Field Value
    Type
    RangeIntervalType

    Years

    Declaration
    public const RangeIntervalType Years
    Field Value
    Type
    RangeIntervalType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved