Specifies an interval type.
Date Time Interval Type
Visual Basic (Declaration) | |
---|---|
Public Enum DateTimeIntervalType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum DateTimeIntervalType : Enum |
Member | Description |
---|---|
Auto |
Automatically determined by the Chart control. Auto Mode |
Number |
Interval type is numerical. The Interval is Number |
Years |
Interval type is years. The Interval is Year |
Months |
Interval type is months. The Interval is Months |
Weeks |
Interval type is weeks. The Interval is Weeks |
Days |
Interval type is days. The Interval is Days |
Hours |
Interval type is hours. The Interval is Hours |
Minutes |
Interval type is minutes. The Interval is Minutes |
Seconds |
Interval type is seconds. The Interval is Seconds |
Milliseconds |
Interval type is milliseconds. The Interval is Milliseconds |
NotSet |
The IntervalType or IntervalOffsetType property is not set. This is used for grid lines, tick marks and axis labels, and indicates that the interval type is being obtained from the Axis object the grid line, tick mark or label belongs to. Setting this enum value for an Axis objects will have no effect. Interval type is not defined. |
The DateTimeIntervalType enumeration represents a date/time interval type.
When using a value of "NotSet" any properties other than IntervalType or IntervalOffsetType will treat the "NotSet" value as "Auto".
Interval types are applicable to the following classes: Label, Grid, TickMark and StripLine.
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