From: Om on
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
'-----------------------------------------------------



From: Om on
Please note that i m using

objChrtspc.ExportPicture "1.gif","gif"

"Om" wrote:

> 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
> '-----------------------------------------------------
>
>
>