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


legendBox
The LegendBox to find.
Determines the index of a specified LegendBox in this collection.

Syntax

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

Parameters

legendBox
The LegendBox to find.

Return Value

The zero-based index of the specified LegendBox.

See Also

© 2010 All Rights Reserved.