[]
        
(Showing Draft Content)

C1.Win.C1Chart.PointStylesCollection.Contains

Contains Method

Contains(PointStyle)

Determines whether the specified PointStyle exists in the collection.

Declaration
public bool Contains(PointStyle ps)
Public Function Contains(ps As PointStyle) As Boolean
Parameters
Type Name Description
PointStyle ps

The PointStyle to locate in the PointStylesCollection.

Returns
Type Description
bool

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

See Also