Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with MSCHART

Status
Not open for further replies.

TorrediPisa

Programmer
Apr 15, 2004
67
IT
Good Morning

I have created a Graph by Mschart and I want to print it out. Therefore I have written this code:

Clipboard.Clear
MSChart1.EditCopy
Printer.PaintPicture Clipboard.GetData, 0, 0
Printer.EndDoc

All works correctly, the print comes out, the graph is correctly printed with all the column labels, but the text
of the Legend is printed as C1 C2 C3 etc instead of the correct label captions(visible on the screen).
Have you got some ideas about??

Thank You very much for yr time.
Regards
TdP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top