Prev: Why is my chart showing extra bullet points beyond 11 that I want
Next: Excel graphing and equation issues
From: Om on 29 Apr 2010 06:36 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 29 Apr 2010 06:39
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 > '----------------------------------------------------- > > > |