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
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class IntervalType : Enum
Fields
Days
Declaration
public const IntervalType Days
Field Value
Hours
Declaration
public const IntervalType Hours
Field Value
Minutes
Declaration
public const IntervalType Minutes
Field Value
Months
Declaration
public const IntervalType Months
Field Value
Years
Declaration
public const IntervalType Years
Field Value