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

In This Topic
    Item(String) Property
    In This Topic
    Gets gets a label by its text value.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal text As System.String _
    ) As Chart3DAxisLabel
    public Chart3DAxisLabel Item( 
       System.string text
    ) {get;}

    Parameters

    text
    See Also