ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DData Class / GetMax Method
Axis type(x, y or z).

In This Topic
    GetMax Method
    In This Topic
    Gets the maximum data value for the coordinate indicated by the specified index.
    Syntax
    'Declaration
     
    Public Function GetMax( _
       ByVal axisType As AxisTypeEnum _
    ) As System.Double
    public System.double GetMax( 
       AxisTypeEnum axisType
    )

    Parameters

    axisType
    Axis type(x, y or z).

    Return Value

    Double value equal to the largest coordinate value.
    Remarks
    This method returns the data coordinate with the maximum value along the specified axis. For example, specifying AxisTypeEnum.AxisX as a calling parameter, will return the X coordinate value with the largest X value.
    See Also