2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataArray Class / Remove Method
Value to remove.

In This Topic
    Remove Method (ChartDataArray)
    In This Topic
    Removes the first occurance of the specified value from the ChartDataArray.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As System.Object _
    ) 
    public void Remove( 
       System.object value
    )

    Parameters

    value
    Value to remove.
    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.
    See Also