Reset

Declaration: ChartBook.Charts[].Reset;
Clears the chart and its data container and initializes all operating parameters of the chart to their default values. Please note that Reset does not change the visibility of the chart.

Hint: If you intend simply to empty the graphics container but without changing any other setting, you should call Clear instead of Reset.