2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartCoordArray Class / Contains Method

In This Topic
    Contains Method (ChartCoordArray)
    In This Topic
    Determines whether a value is in the ChartCoordArray.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As System.Object _
    ) As System.Boolean
    public System.bool Contains( 
       System.object value
    )

    Parameters

    value

    Return Value

    A boolean indicating whether the specified value can be found in one of the elements of the ChartCoordArray.
    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.
    See Also