Pb to print 3D chart

C

c.le_roq

Hi,

I created a 3D chart with VBScript in a HTML page.
When I try to print out, the chart does not appear or I have thin lines
which does not make sense.
If I create a 2D chart, it prints out fine.

How come? How to print the 3D chart?

thx
 
A

Alvin Bruney [MVP - ASP.NET]

there is an property print3d (i'm sure this is not the correct term) for
printing 3d images. you need to set this property to true first before
printing.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc, Amazon, B&H etc


Forth-coming VSTO.NET
 
C

c.le_roq

Thanks Alvin. You're a guru.
However I do not find the exact syntax.
Does anybody know the exact syntax for printing 3D ?

there is an property print3d (i'm sure this is not the correct term) for
printing 3d images. you need to set this property to true first before
printing.

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc, Amazon, B&H etc


Forth-coming VSTO.NET
-------------------------------------------------------------------------------
Hi,

I created a 3D chart with VBScript in a HTML page.
When I try to print out, the chart does not appear or I have thin lines
which does not make sense.
If I create a 2D chart, it prints out fine.

How come? How to print the 3D chart?

thx
 

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