2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / GetMin Method / GetMin() Method

In This Topic
    GetMin() Method
    In This Topic
    Gets the current value of the Axis Min property as an object.
    Syntax
    'Declaration
     
    Public Overloads Function GetMin() As System.Object
    public System.object GetMin()

    Return Value

    The current value of the Axis minimum.
    Remarks
    This method retrieves the value as an object of the same type as the appropriate coordinate data for the first series.
    See Also