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