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


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