Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FillCollection Class / Clear Method


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