Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineSeriesCollection Class / Clear Method


In This Topic
    Clear Method (LineSeriesCollection)
    In This Topic
    Removes all series from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As LineSeriesCollection
     
    instance.Clear()
    public void Clear()
    See Also