In This Topic
Gets or sets the type of major tick mark for the specified axis.
TickMark
Syntax
'Declaration
Property MajorTickMark As TickMark
'Usage
Dim instance As IAxis
Dim value As TickMark
instance.MajorTickMark = value
value = instance.MajorTickMark
TickMark MajorTickMark {get; set;}
See Also