chart_clear_all
Clear all charts that has been created.
Syntax
chart_clear_all()
Return: N/A
Description
With this function you can clear all the charts that you created. This function is useful when you switching the room. This function usually use on room end or game and event.
Note: Use this function only once in a room.
Example
chart_clear_all();
The above code will clear all charts.