ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxisLabelsCollection Class / Contains Method
Label to locate.

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

    Parameters

    lbl
    Label to locate.

    Return Value

    Whether the label exists.
    See Also