12-02-2005 06:41 PM
I’d like CVI generate a chart in Excel which has X&Y axis titles. I’ve run into two problems, only one of which I need solved.
Problem #1
If I use the ActiveX Excel_ChartWizard function, it does not correctly generate an XY scatter plot. (The problem has been posted before for CVI; no solution yet). Using this function I can get my axis titles.
Problem #2
I can create the desired XY scatter plot using ChartApplyCustomType and ChartSetSourceData. The problem is now that I cannot create XY axis titles. Among several other things, I’ve used the Excel_SetProperty function in an attempt to set Excel_AxisHasTitle and Excel_AxisAxisTitle. As of yet, no luck.
So I can either have axis titles and a bad chart, or a good chart with no axis titles. Thanks for the help.
Randall
12-06-2005 04:04 PM - edited 12-06-2005 04:04 PM
Message Edited by Wendy L on 12-06-2005 04:04 PM