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

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

    Return Value

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