ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataSeriesCollection Class / ClearItems Method


In This Topic
    ClearItems Method (DataSeriesCollection)
    In This Topic
    Removes all items from the collection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ClearItems() 
    'Usage
     
    
    Dim instance As DataSeriesCollection
     
    instance.ClearItems()
    protected override void ClearItems()
    See Also