Readies the chart object for garbage collection.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

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

Remarks

The chart should not be referenced after calling the Dispose method.

See Also