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


MajorTickLength Property (PolarRadiusAxis)
Gets or sets the length of major tick marks.
Syntax
'Declaration
 
Public Property MajorTickLength As Single
 
'Usage
 
Dim instance As PolarRadiusAxis
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