Prepares the control for garbage collection by freeing disposable objects.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public override void Dispose()
Visual Basic
Public Overrides Sub Dispose

Implements

IDisposable..::..Dispose()()()()

Remarks

The control should not be referenced after calling Dispose().

See Also