Gets or sets the length of minor tick marks.
Syntax
'Declaration
Public Property MinorTickLength As Single
'Usage
Dim instance As IndexAxis
Dim value As Single
instance.MinorTickLength = value
value = instance.MinorTickLength
public float MinorTickLength {get; set;}
Exceptions
See Also