Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarValueAxis Class / MinorUnit Property


MinorUnit Property (RadarValueAxis)
Gets or sets the interval for the minor tick marks and the minor grid lines.
Syntax
'Declaration
 
Public Property MinorUnit As Double
 
'Usage
 
Dim instance As RadarValueAxis
Dim value As Double
 
instance.MinorUnit = value
 
value = instance.MinorUnit
Exceptions
ExceptionDescription
value is less than or equal to zero.
See Also