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