[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartCoordArray.Contains

Contains Method

Contains(object)

Determines whether a value is in the ChartCoordArray.

Declaration
public bool Contains(object value)
Parameters
Type Name Description
object value
Returns
Type Description
bool

A boolean indicating whether the specified value can be found in one of the elements of the ChartCoordArray.

Implements
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 ChartCoordArray are then compared using the converted result.