dotnetCHARTING Send comments on this topic.
Contains Method
See Also 
dotnetCHARTING Namespace > LegendBoxCollection Class : Contains Method


legendBox
The LegendBox to find.
Determines whether this collection contains a specified LegendBox.

Syntax

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

Parameters

legendBox
The LegendBox to find.

Return Value

true if the specified LegendBox belongs to this collection; otherwise, false.

See Also