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

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

    Parameters

    t
    Type.

    Return Value

    The current value of the Axis maximum.
    Remarks
    This method retrieves the value as an object of the specified datatype.
    See Also