There is a collection object in the instrument driver called CWAxes. You can use the Add and Remove functions of this collection object to Add or Remove axis. Then you will use the CWAxis functions to setup the Axis and assign Plot object to that axis.
For example, to add an axis would be something like:
CWUIControlsLib_CWAxesAdd (CWAxes, NULL, &CWNewAxis);
To remove the second axes in the collection it would be:
CWUIControlsLib_CWAxesRemove (CWAxes, NULL, CA_VariantInt(2));
Best Regards,
Chris Matthews
National Instruments