Clears the internal C1Chart or C1Chart3D of all data and settings.

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

Syntax

C#
public virtual void Reset()
Visual Basic
Public Overridable Sub Reset

Remarks

Note that only the C1.Win.C1Chart data and properties are cleared by this method. C1WebChart properties are not modified.

See Also