2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / Dispose() Method

In This Topic
    Dispose() Method
    In This Topic
    Readies the chart object for garbage collection.
    Syntax
    'Declaration
     
    Public Shadows Sub Dispose() 
    public new void Dispose()
    Remarks
    The chart should not be referenced after calling the Dispose method.
    See Also