06-27-2007 06:41 AM
06-28-2007 05:20 PM
06-29-2007 12:56 PM
Hello jlenoach,
I have been unable to duplicate the problem. Can you please post your code or enough of your code to duplicate the problem?
07-02-2007 06:11 AM
07-03-2007 06:47 PM
Hello jlenoach,
I am still unable to duplicate the same behaviour that you are describing. I have attached a working example which uses the same functions to successfully accomplish updates to a chart in excel. Please let me know if you have any other questions.
09-25-2014 04:13 AM
Hi.
I am facing a similar issue.
I have tested the attached peace of code.
It works fine to set the min on Y Axis.
What should I do to make the same thing on X Axis ?
Tried to replace ExRConst_Primary by ExRConst_Secondary ... But it fails...
Working under CVI 8.5.
Thanks
09-25-2014 04:48 AM - edited 09-25-2014 04:49 AM
Not sure about that but ExRConst_Secondary refers probably to the secondary Y-axis (the one shown on the right of the graph).
You will probably have success by setting Axis type parameter to ExRConst_Category.
I cannot test at the moment as I don't have Excel installed on this machine.
09-25-2014 07:16 AM
Thanks, works fine
Chris