| Visual Basic (Declaration) | |
|---|---|
| Public Enum DateTimeIntervalType Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum DateTimeIntervalType : Enum | |
| Member | Description | 
|---|---|
| Auto | Auto Mode | 
| Number | The Interval is Number | 
| Years | The Interval is Year | 
| Months | The Interval is Months | 
| Weeks | The Interval is Weeks | 
| Days | The Interval is Days | 
| Hours | The Interval is Hours | 
| Minutes | The Interval is Minutes | 
| Seconds | The Interval is Seconds | 
| Milliseconds | The Interval is Milliseconds | 
| NotSet | Interval type is not defined. | 
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.DateTimeIntervalType
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 