Skip to content

clear

Clear all charts from the chartpack but preserve all settings

Syntax

clear(ch)

Input arguments

ch [ Chartpack ]

Chartpack object from which all existing charts will be cleared; all settings assigned by the user will be preserved.

Description

The clear function is useful when you wish to reuse a Chartpack objects with particular settings for another set of charts.

Examples