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


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