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


chartArea
The ChartArea to find.
Determines the index of a specified ChartArea in this collection.

Syntax

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

Parameters

chartArea
The ChartArea to find.

Return Value

The zero-based index of the specified ChartArea.

See Also

© 2010 All Rights Reserved.