2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis 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