ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxis 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