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

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