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


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