Export Functionality is not working

O

Om

Hello,

I am using MS OWC 10 web component to draw chartspace on form.

Export functionality of this component is not working.

Please help. Sample code is given below.
'----------------------------------------------------
Dim objChrtSpc as OWC10.chartspace
set objChrtSpc = Form1.ChrtSpc

'Drawing the chart

objChrtspc.export "1.gif","gif"

set objChrtspc = nothing
'-----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top