ExcelChartTickMarkType Enumeration |
Represents the chart axis tick marks type
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public enum ExcelChartTickMarkType
Public Enumeration ExcelChartTickMarkType
Members
| Member name | Value | Description |
---|
| None | 0 |
No tick mark is displayed.
|
| Inside | 1 |
The tick mark is displayed on the inside of the axis.
|
| Outside | 2 |
The tick mark is displayed on the outside of the axis.
|
| Cross | 3 |
The tick mark is displayed on both sides of the axis.
|
See Also