Share via


Axis.MajorTickMark Property

Returns or sets the type of major tick mark for the specified axis. Read/write XlTickMark.

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

Syntax

'Declaration
Property MajorTickMark As XlTickMark
    Get
    Set
'Usage
Dim instance As Axis
Dim value As XlTickMark

value = instance.MajorTickMark

instance.MajorTickMark = value
XlTickMark MajorTickMark { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.XlTickMark

Remarks

MajorTickMark can be set to one of these XlTickMark constants:

xlTickMarkInside

xlTickMarkOutside

xlTickMarkCross

xlTickMarkNone

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.PowerPoint Namespace