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


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