Clear

Declaration: ChartBook.Charts[].Clear;
Empties the graphics container and clears the drawing area. This method should be called whenever a new chart is about to be generated (unless Reset has been called).

Please note the subtle difference between Clear and Reset: while clear empties only the data container without including operations like changing the scales, Reset does what it stands for: it initializes the chart.