Determines whether the specified Chart3DPointSeries exists in the collection.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public bool Contains(
	Chart3DPointSeries series
)
Visual Basic
Public Function Contains ( _
	series As Chart3DPointSeries _
) As Boolean

Parameters

series
Type: C1.Win.C1Chart3D..::..Chart3DPointSeries
The Chart3DpointSeries to locate.

Return Value

A boolean return indicating whether the Chart3DPointSeries is a member of the collection.

See Also