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

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

    Parameters

    t
    Type.
    Remarks
    This method retrieves the value as an object of the specified datatype.
    See Also