Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAngleAxis Class / MinorTickLength Property


MinorTickLength Property (PolarAngleAxis)
Gets or sets the length of minor tick marks.
Syntax
'Declaration
 
Public Property MinorTickLength As Single
 
'Usage
 
Dim instance As PolarAngleAxis
Dim value As Single
 
instance.MinorTickLength = value
 
value = instance.MinorTickLength
Exceptions
ExceptionDescription
value is less than or equal to zero or greater that 72.
Remarks
Length is measured in points.
See Also