Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / RadarIndexAxis Class / AutoMajorUnit Property


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