[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DGroupsCollection.Contains

Contains Method

Contains(Chart3DGroup)

Determines whether the specified Chart3DGroup exists in the collection.

Declaration
public bool Contains(Chart3DGroup grp)
Parameters
Type Name Description
Chart3DGroup grp

The Chart3DGroup to locate.

Returns
Type Description
bool

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

See Also