Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / LineCollection Class / Clear Method


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