ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

PointStylesCollection.Contains Method

Determines whether the specified PointStyle exists in the collection.

[Visual Basic]

Public Function Contains( _

ByVal ps As PointStyle _

) As Boolean

[C#]

public bool Contains(

PointStyle ps

);

[Delphi]

public function Contains(

ps: PointStyle

): Boolean;

Parameters

ps

The PointStyle to locate in the PointStylesCollection.

Return Value

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

See Also

PointStylesCollection Class | PointStylesCollection Members | C1.Win.C1Chart Namespace | PointStylesCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.