Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IAxes Interface / item Method / item(AxisType,AxisGroup) Method
The AxisType object.
Optional AxisGroup. The axis.AxisGroup can be one of these constants:Primary DefaultSecondary
In This Topic
    item(AxisType,AxisGroup) Method
    In This Topic
    Returns a single IAxis object from an IAxes collection.
    Syntax

    Parameters

    type
    The AxisType object.
    axisGroup
    Optional AxisGroup. The axis.AxisGroup can be one of these constants:Primary DefaultSecondary

    Return Value

    The IAxis object.
    See Also