ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataLabelsCollection Class / Contains Method
The Chart3DDataLabel to locate.

In This Topic
    Contains Method (Chart3DDataLabelsCollection)
    In This Topic
    Determines whether the specified Chart3DDataLabel exists in the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal lbl As Chart3DDataLabel _
    ) As System.Boolean
    public System.bool Contains( 
       Chart3DDataLabel lbl
    )

    Parameters

    lbl
    The Chart3DDataLabel to locate.

    Return Value

    A boolean value indicating whether the Chart3DDataLabel is a member of the collection.
    See Also