ChartIntervalTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the interval units.
public enum class ChartIntervalTypes
public enum ChartIntervalTypes
type ChartIntervalTypes =
Public Enum ChartIntervalTypes
- Inheritance
-
ChartIntervalTypes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Same as Auto. |
Auto | 1 | Automatically determines interval unit at run time. |
Number | 2 | Interval is a number. |
Years | 3 | Interval is in years. |
Months | 4 | Interval is in months. |
Weeks | 5 | Interval is in weeks. |
Days | 6 | Interval is in days. |
Hours | 7 | Interval is in hours. |
Minutes | 8 | Interval is in minutes. |
Seconds | 9 | Interval is in seconds. |
Milliseconds | 10 | Interval is in milliseconds. |