TorrediPisa
Programmer
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
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