ComponentOne Chart for WPF and Silverlight
IndexOf Method (PlotAreaCollection)


C1.WPF.C1Chart Namespace > PlotAreaCollection Class : IndexOf Method
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Function IndexOf( _
   ByVal item As PlotArea _
) As System.Integer
'Usage
 
Dim instance As PlotAreaCollection
Dim item As PlotArea
Dim value As System.Integer
 
value = instance.IndexOf(item)
[__DynamicallyInvokable()]
public System.int IndexOf( 
   PlotArea item
)

Parameters

item
See Also

Reference

PlotAreaCollection Class
PlotAreaCollection Members