See Also

DataPointsCollection Class  | DataPointsCollection Members

Language

Visual Basic

C#

Show All

value
The DataPoint to find in the collection.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Contains Method

Determines whether the collection contains the specified DataPoint.

[Visual Basic]
Public Function Contains( _    ByVal value As DataPoint _ ) As Boolean
[C#]
public bool Contains(    DataPoint value );

Parameters

value
The DataPoint to find in the collection.

Return Type

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

See Also

DataPointsCollection Class  | DataPointsCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.