Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarIndexAxis Class / AutoMinorUnit Property


In This Topic
    AutoMinorUnit Property (RadarIndexAxis)
    In This Topic
    Gets or sets whether the interval for minor tick marks and minor grid lines is automactically generated.
    Syntax
    'Declaration
     
    
    Public Property AutoMinorUnit As Boolean
    'Usage
     
    
    Dim instance As RadarIndexAxis
    Dim value As Boolean
     
    instance.AutoMinorUnit = value
     
    value = instance.AutoMinorUnit
    public bool AutoMinorUnit {get; set;}
    See Also