Specifies what time unit is used as an interval for an axis.
public enum DateTimeIntervalType
Remarks
When Axis.IntervalType is set to IntervalType.DateTime, the Axis.DateTimeIntervalType can be set to one of the DateTimeIntervalType enumeration values to specify the interval units for the axis.
Members
| Member Name | Description | Value |
| Auto | The system will try to select the most appropriate interval units automatically. | 0 |
| Days | Intervals on the axis represent days. | 1 |
| Hours | Intervals on the axis represent hours. | 2 |
| Minutes | Intervals on the axis represent minutes. | 3 |
| Months | Intervals on the axis represent months. | 4 |
| Weeks | Intervals on the axis represent weeks. | 5 |
| Years | Intervals on the axis represent years. | 6 |
Requirements
Namespace: Aspose.Chart
Assembly: Aspose.Chart (in Aspose.Chart.dll)
See Also
Aspose.Chart Namespace