Spread Windows Forms 12.0 Product Documentation
AutoMinorUnit Property (PolarAngleAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PolarAngleAxis Class : AutoMinorUnit Property
Gets or sets whether the interval for minor tick marks and minor grid lines is automatically generated.
Syntax
'Declaration
 
Public Property AutoMinorUnit As Boolean
'Usage
 
Dim instance As PolarAngleAxis
Dim value As Boolean
 
instance.AutoMinorUnit = value
 
value = instance.AutoMinorUnit
public bool AutoMinorUnit {get; set;}
See Also

Reference

PolarAngleAxis Class
PolarAngleAxis Members