FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataValuesCollection Class / Remove Method
The data value to remove.

In This Topic
    Remove Method (ChartDataValuesCollection)
    In This Topic
    Removes an existing data value from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal dataValue As ChartDataValue _
    ) 
    public void Remove( 
       ChartDataValue dataValue
    )

    Parameters

    dataValue
    The data value to remove.
    See Also