Determines whether a value is in the ChartDataArray.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
public bool Contains( Object value )  | 
| Visual Basic | 
|---|
Public Function Contains ( _ value As Object _ ) As Boolean  | 
Parameters
- value
 - Type: System..::..Object
 
Return Value
A boolean indicating whether the specified value can be found in one of the elements of the ChartDataArray.Implements
IList..::..Contains(Object)
Remarks
            The value is automatically converted to the internal data type based upon
            the data type of the value specified. The value and the elements of
            the ChartDataArray are then compared using the converted result.