Determines whether the collection contains the specified LegendItem.
[Visual Basic]
Public Function Contains( _
ByVal value As LegendItem _
) As Boolean
[C#]
public bool Contains(
LegendItem value
);
True if the collection contains the parameter given; otherwise False.
LegendItemsCollection Class | LegendItemsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.