Enum eAxisTickMark
Tickmarks
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public enum eAxisTickMark
  Fields
| Name | Description | 
|---|---|
| Cross | The tick marks will cross the axis.  | 
      
| In | The tick marks will be inside the plot area.  | 
      
| None | There will be no tick marks.  | 
      
| Out | The tick marks will be outside the plot area.  |