ActiveReports 12
Contains Method (LegendsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendsCollection Class : Contains Method
The legend to check.
Determines whether the collection contains the specified legend.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As Legend _
) As Boolean
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

Reference

LegendsCollection Class
LegendsCollection Members