ActiveX - Saving the Chart
A single method, MenuSaveChart, is used to save the drawn Daisy Chart to disc as a .gif or .bmp file
This can be called without a file path :-
Daisy.MenuSaveChart ""
which would cause a dialog box to be displayed, which asks for the file type and name.
Or with one :-
Daisy.MenuSaveChart "c:\Files\daisy1.gif"
which would save the file immediately to disc.