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

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

    Parameters

    bc
    The BarColor to locate.

    Return Value

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