N
Nishal8
I'll get this out of the way: I am just learning the ropes of using
Office Web Components.
I am developing a tool that queries a sql database and loads the data
into an OWC10.Spreadsheet object. This portion works fine.
In the same workbook, I also want to include a line chart. I have had
limited success in doing this portion of the project. I can use the
ExportPicture tool and create an image, but the chart needs to update
when the user inserts data not provided by the DB (like future spending
for example). I've tried binding the two using:
objChartSpace.DataSource = objWorkbook
And I do not receive errors, it just does not show the corresponding
chart....
I output the workbook using:
response.write objWorkbook.XMLData
I am developing on an ASP platform using vbscript (its ancient I know,
but thats what the customer wants). Am I simply not outputting the
chart? Is there a method like objChartSpace.XMLData that I should use?
Any ideas would be really helpful... thanks
-N
Office Web Components.
I am developing a tool that queries a sql database and loads the data
into an OWC10.Spreadsheet object. This portion works fine.
In the same workbook, I also want to include a line chart. I have had
limited success in doing this portion of the project. I can use the
ExportPicture tool and create an image, but the chart needs to update
when the user inserts data not provided by the DB (like future spending
for example). I've tried binding the two using:
objChartSpace.DataSource = objWorkbook
And I do not receive errors, it just does not show the corresponding
chart....
I output the workbook using:
response.write objWorkbook.XMLData
I am developing on an ASP platform using vbscript (its ancient I know,
but thats what the customer wants). Am I simply not outputting the
chart? Is there a method like objChartSpace.XMLData that I should use?
Any ideas would be really helpful... thanks
-N