Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxes Interface / Item Property
The axis type.
The axis.


In This Topic
    Item Property (IAxes)
    In This Topic
    Gets a single IAxis object from an IAxes collection.
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal type As AxisType, _
       Optional ByVal group As AxisGroup _
    ) As IAxis
    'Usage
     
    Dim instance As IAxes
    Dim type As AxisType
    Dim group As AxisGroup
    Dim value As IAxis
     
    value = instance.Item(type, group)
    IAxis this[ 
       AxisType type,
       AxisGroup group
    ]; {get;}

    Parameters

    type
    The axis type.
    group
    The axis.
    See Also