ActiveReports.Chart Request technical support
Contains Method
See Also 


value
The legend to check.
Determines whether the collection contains the specified legend.

Syntax

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

Parameters

value
The legend to check.

Return Value

True if the collection contains the parameter given; otherwise False.

See Also