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

In This Topic
    AutoMin Property
    In This Topic
    Gets or sets whether the axis minimum value is calculated automatically.
    Syntax
    'Declaration
     
    Public Property AutoMin As System.Boolean
    public System.bool AutoMin {get; set;}
    Remarks
    Setting the Min property automatically sets AutoMin to false.
    See Also