Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / MajorTickLength Property


MajorTickLength Property (ValueAxis)
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
Exceptions
ExceptionDescription
value is less than or equal to zero or greater than 72.
Remarks
Length is measured in points.
See Also