LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Excel ChartWizard / ChartSetSourceData

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

0 Kudos
Message 1 of 2
(3,385 Views)
Hello Randall,

Do you already have a test project that demonstrates both problems?  I haven't used these functions as of yet, so I would be better able to help if I had this starting point. 

Thanks!

Message Edited by Wendy L on 12-06-2005 04:04 PM

Wendy L
LabWindows/CVI Developer Newsletter
0 Kudos
Message 2 of 2
(3,353 Views)