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