Enum IntervalType
Specifies the interval type of datetime axis.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum IntervalType
Fields
| Name | Description |
|---|---|
| Auto | Interval of the axis is determined based on data. |
| Days | Interval of the axis is in days. |
| Hours | Interval of the axis is in hours. |
| Minutes | Interval of the axis is in minutes. |
| Months | Interval of the axis is in months. |
| Seconds | Interval of the axis is in seconds. |
| Years | Interval of the axis is in years. |