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


In This Topic
    Reset Method (C1Chart)
    In This Topic
    Resets the chart specific properties to its default state. The common control properties and properties controlling visual appearance such as Background, Foreground, Palette, Theme are not changed.
    Syntax
    'Declaration
     
    
    Public Sub Reset( _
       ByVal clearData As Boolean _
    ) 
    'Usage
     
    
    Dim instance As C1Chart
    Dim clearData As Boolean
     
    instance.Reset(clearData)
    public void Reset( 
       bool clearData
    )

    Parameters

    clearData
    See Also