ChartIntervalOffsetTypes 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.
Represents the interval offsets for tick marks on a chart axis.
public enum class ChartIntervalOffsetTypes
public enum ChartIntervalOffsetTypes
type ChartIntervalOffsetTypes =
Public Enum ChartIntervalOffsetTypes
- Inheritance
-
ChartIntervalOffsetTypes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The Default interval offset type. |
Auto | 1 | The Automatic interval offset type. |
Number | 2 | The Number interval offset type. |
Years | 3 | The Years interval offset type. |
Months | 4 | The Months interval offset type. |
Weeks | 5 | The Weeks interval offset type. |
Days | 6 | The Days interval offset type. |
Hours | 7 | The Hours interval offset type. |
Minutes | 8 | The Minutes interval offset type. |
Seconds | 9 | The Seconds interval offset type. |
Milliseconds | 10 | The Milliseconds interval offset type. |