|
-
November 2nd, 1999, 06:02 AM
#1
MSchart control
I'd like to save display of mschart control as a bitmap file. Is it possible? How can I do it? Thanks for your answer.
-
November 2nd, 1999, 07:16 AM
#2
Re: MSchart control
there may be better solutions but this one works:
use the EditCopy method of the chart to copy the graph into the clipboard, then
do a picture1.Picture = clipboard.GetData
and call the SavePicture function to save the picture box contents to a bitmap file.
-
February 29th, 2000, 02:09 PM
#3
Try this !!
MSChart1.EditCopy
Printer.Print " "
Printer.PaintPicture Clipboard.GetData(), 0, 0
Printer.EndDoc
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|