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