ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxis Class / AutoMajor Property

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