Enum 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.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum IntervalType
Fields
| Name | Description |
|---|---|
| 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. |
| Months | Defines the interval of the axis in months. |
| Years | Defines the interval of the axis in years. |