Class IntervalType
Defines the interval type of date-time axis. They are
- Years:Defines the interval of the axis in years.
- Months:Defines the interval of the axis in months.
- Days:Defines the interval of the axis in days.
- Hours:Defines the interval of the axis in hours.
- Minutes:Defines the interval of the axis in minutes.
Inheritance
System.Object
IntervalType
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class IntervalType : Enum
Fields
Days
Defines the interval of the axis in days.
Declaration
public const IntervalType Days
Field Value
Type |
---|
IntervalType |
Hours
Defines the interval of the axis in hours.
Declaration
public const IntervalType Hours
Field Value
Type |
---|
IntervalType |
Minutes
Defines the interval of the axis in minutes.
Declaration
public const IntervalType Minutes
Field Value
Type |
---|
IntervalType |
Months
Defines the interval of the axis in months.
Declaration
public const IntervalType Months
Field Value
Type |
---|
IntervalType |
Years
Defines the interval of the axis in years.
Declaration
public const IntervalType Years
Field Value
Type |
---|
IntervalType |