ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxisLabelsCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the specified label from the collection by numeric index.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As Chart3DAxisLabel
    public Chart3DAxisLabel Item( 
       System.int index
    ) {get; set;}

    Parameters

    index
    See Also