Enum RangeIntervalType
Specifies the interval type of datetime axis.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum RangeIntervalType
Fields
| Name | Description |
|---|---|
| Auto | Defines the interval of the axis automatically based on data. |
| 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. |
| Quarter | Defines the interval of the axis based on quarters. |
| Seconds | Defines the interval of the axis in seconds. |
| Weeks | Defines the interval of the axis in weeks. |
| Years | Defines the interval of the axis in years. |