ChartTickMarksEnabledTypes 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 whether major or minor tick marks are enabled.
public enum class ChartTickMarksEnabledTypes
public enum ChartTickMarksEnabledTypes
type ChartTickMarksEnabledTypes =
Public Enum ChartTickMarksEnabledTypes
- Inheritance
-
ChartTickMarksEnabledTypes
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Tick mark is in auto. |
True | 1 | Tick mark is enabled. |
False | 2 | Tick mark is disabled. |