ChartTickMarkTypes 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 type of the tick mark.
public enum class ChartTickMarkTypes
public enum ChartTickMarkTypes
type ChartTickMarkTypes =
Public Enum ChartTickMarkTypes
- Inheritance
-
ChartTickMarkTypes
Fields
Name | Value | Description |
---|---|---|
Outside | 0 | The tick mark is outside. |
Inside | 1 | The tick mark is inside. |
Cross | 2 | The tick mark is cross. |
None | 3 | No tick mark. |