Click or drag to resize

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
Members
  Member nameValueDescription
None0 No tick mark is displayed.
Inside1 The tick mark is displayed on the inside of the axis.
Outside2 The tick mark is displayed on the outside of the axis.
Cross3 The tick mark is displayed on both sides of the axis.
See Also