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

In This Topic
    Clear Method (ChartDataArray)
    In This Topic
    Removes all values from the ChartDataArray.
    Syntax
    'Declaration
     
    Public Sub Clear() 
    public void Clear()
    Remarks
    All elements of the ChartDataArray are removed and the Length is set to 0.
    See Also