menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class IntervalType

    Defines the interval type of datetime axis. They are: Auto - 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. 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. Seconds - Define the interval of the axis in seconds.

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

    Fields

    Auto

    Declaration
    public const IntervalType Auto
    Field Value
    Type
    IntervalType

    Days

    Declaration
    public const IntervalType Days
    Field Value
    Type
    IntervalType

    Hours

    Declaration
    public const IntervalType Hours
    Field Value
    Type
    IntervalType

    Minutes

    Declaration
    public const IntervalType Minutes
    Field Value
    Type
    IntervalType

    Months

    Declaration
    public const IntervalType Months
    Field Value
    Type
    IntervalType

    Seconds

    Declaration
    public const IntervalType Seconds
    Field Value
    Type
    IntervalType

    Years

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