dotnetCHARTING Send comments on this topic.
IndexOf Method
See Also 
dotnetCHARTING Namespace > LegendEntryCollection Class : IndexOf Method


legendEntry
The LegendEntry to find.
Determines the index of a specified LegendEntry in this collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal legendEntry As LegendEntry _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As LegendEntryCollection
Dim legendEntry As LegendEntry
Dim value As Integer
 
value = instance.IndexOf(legendEntry)
C# 
public int IndexOf( 
   LegendEntry legendEntry
)

Parameters

legendEntry
The LegendEntry to find.

Return Value

The zero-based index of the specified LegendEntry.

See Also

© 2010 All Rights Reserved.