Determines whether the specified Chart3DGroup exists in the collection.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public bool Contains( Chart3DGroup grp ) |
| Visual Basic |
|---|
Public Function Contains ( _ grp As Chart3DGroup _ ) As Boolean |
Parameters
- grp
- Type: C1.Win.C1Chart3D..::..Chart3DGroup
The Chart3DGroup to locate.