IntervalType Enumeration
.NET Framework (current version)
Specifies an interval type.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Days | An interval of days. | |
| Hours | An interval of hours. | |
| Milliseconds | An interval of milliseconds. | |
| Minutes | An interval of minutes. | |
| Months | An interval of months. | |
| Number | A numerical interval. | |
| Seconds | An interval of seconds. | |
| Weeks | An interval of weeks. | |
| Years | An interval of years. |
The IntervalType enumeration represents the type of interval and interval offset used for some definitions of the Group and InsertEmptyPoints methods of the DataManipulator class.
.NET Framework
Available since 4.0
Available since 4.0
Show: