Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Contains Method
See Also 
Dundas.Charting.WebControl Namespace > ChartAreaCollection Class : Contains Method


value
The Object to locate in the collection. The element to locate can be a null reference.
Determines whether an element is in the collection.

Syntax

Visual Basic (Declaration)  
Public Function Contains( _
   ByVal value As Object _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ChartAreaCollection
Dim value As Object
Dim value As Boolean
 
value = instance.Contains(value)
C#  
public bool Contains( 
   object value
)

Parameters

value
The Object to locate in the collection. The element to locate can be a null reference.

Return Value

true if item is found in the collection; otherwise, false.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also