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