XlTickMark Enumeration

Specifies the position of major and minor tick marks for an axis.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("6D1EDF65-FB90-465C-8777-015D7028E975")> _
Public Enumeration XlTickMark
'Usage
Dim instance As XlTickMark
[GuidAttribute("6D1EDF65-FB90-465C-8777-015D7028E975")]
public enum XlTickMark

Members

Member name Description
xlTickMarkCross Crosses the axis.
xlTickMarkInside Inside the axis.
xlTickMarkNone No mark.
xlTickMarkOutside Outside the axis.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace