ActiveReports.Chart Request technical support
Contains Method
See Also 


value
The chart area to find in the collection.
Determines whether the collection contains the specified ChartArea.

Syntax

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

Parameters

value
The chart area to find in the collection.

Return Value

Boolean. True if the collection contains the specified ChartArea; otherwise False.

See Also