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

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

    Parameters

    text
    See Also