[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.SharpGraphCore.Dispose

Dispose Method

Dispose(bool)

Releases the unmanaged resources used by the Component and optionally releases the managed resources.

Declaration
public void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Dispose()

Declaration
public void Dispose()
Implements