ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

PointStylesCollection.IndexOf Method

Gets the current index of the specified PointStyle in the collection.

[Visual Basic]

Public Function IndexOf( _

ByVal ps As PointStyle _

) As Integer

[C#]

public int IndexOf(

PointStyle ps

);

[Delphi]

public function IndexOf(

ps: PointStyle

): Int32;

Parameters

ps

The PointStyle to locate in the collection.

Return Value

Returns an integer indicating the element of the specified PointStyle within the collection. If the PointStyle is not foundthe return value is -1.

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.