Export Functionality is not working

  • Thread starter Thread starter Om
  • Start date Start date
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
'-----------------------------------------------------
 
Back
Top