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 type of the interval between the axis labels in date time axis.The available types are, years - Defines the interval of the axis labels in years. months - Defines the interval of the axis labels in months. days - Defines the interval of the axis labels in days. hours - Defines the interval of the axis labels in hours. minutes - Defines the interval of the axis labels in minutes.

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

    Fields

    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

    Years

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