2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / AutoMinor Property

In This Topic
    AutoMinor Property
    In This Topic
    Gets or sets whether minor tick mark values are calculated automatically.
    Syntax
    'Declaration
     
    Public Property AutoMinor As System.Boolean
    public System.bool AutoMinor {get; set;}
    Remarks
    Setting the UnitMinor property automatically sets AutoMinor to false.
    See Also