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


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