Determines whether the specified PointStyle exists in the collection.

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

Syntax

C#
public bool Contains(
	PointStyle ps
)
Visual Basic
Public Function Contains ( _
	ps As PointStyle _
) As Boolean

Parameters

ps
Type: C1.Win.C1Chart..::..PointStyle
The PointStyle to locate in the PointStylesCollection.

Return Value

A boolean indicating whether the specified PointStyle is contained in the collection.

See Also