Prepares the control for garbage collection by freeing disposable objects.

Namespace:  C1.Web.C1WebChart3D
Assembly:  C1.Web.C1WebChart3D.2 (in C1.Web.C1WebChart3D.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