Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Finalize Method


In This Topic
    Finalize Method (ChartShape)
    In This Topic
    Releases unmanaged resources and performs other cleanup operations before the SpreadChart is reclaimed by garbage collection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub Finalize() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.Finalize()
    protected override void Finalize()
    See Also