eAxisTickMark Enumeration

Office Open XML

Tickmarks

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public enum eAxisTickMark
Visual Basic (Declaration)
Public Enumeration eAxisTickMark
Visual C++
public enum class eAxisTickMark

Members

Member nameDescription
Cross
Specifies the tick marks shall cross the axis.
In
Specifies the tick marks shall be inside the plot area.
None
Specifies there shall be no tick marks.
Out
Specifies the tick marks shall be outside the plot area.

See Also