Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / Dispose Method


In This Topic
    Dispose Method (FpChart)
    In This Topic
    Enables the FpChart control to perform final clean up before it is released from memory.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Dispose() 
    'Usage
     
    
    Dim instance As FpChart
     
    instance.Dispose()
    public override void Dispose()
    See Also