[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.BarColorCollection.Contains

Contains Method

Contains(BarColor)

Determines whether the specified BarColor exists in the collection.

Declaration
public bool Contains(BarColor bc)
Parameters
Type Name Description
BarColor bc

The BarColor to locate.

Returns
Type Description
bool

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

See Also