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