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

In This Topic
    Min Property (Axis)
    In This Topic
    Gets or sets the minimum value of the axis.
    Syntax
    'Declaration
     
    Public Property Min As System.Double
    public System.double Min {get; set;}
    Remarks
    Setting the Min property automatically changes AutoMin to false. If the Min value is set to a new value, which is greater than the current value of the Max property, then the Max property is also reset to a new value, which maintains the same difference between the current Max and Min values.
    See Also