|
-
Apr 4th, 2007, 03:54 AM
#1
Thread Starter
New Member
[B]How can I save a zedgraph into a image?[/B]
hello
I can draw whit zedgraph but wath is the code for save a zedgraph into a image?
-
Apr 4th, 2007, 04:10 AM
#2
Re: [B]How can I save a zedgraph into a image?[/B]
I found this in the documentation of zedGraph... you should check it out. It's not exactly what you are looking for but may offer some clues on how to achieve what you want.
http://zedgraph.org/wiki/index.php?t...ater_reloading
EDIT:
There's also this page which may help:
http://zedgraph.org/wiki/index.php?t...le_application
It refers to: myPane.Image.Save although this is for version 4.3 so may not be relevant to the new version. I think for version 5 it's:
vb Code:
myPane.GetImage().Save(@"zedgraph.png", ImageFormat.Png);
as also show in that code. Again though, the answer may be very close to that.
Last edited by stimbo; Apr 4th, 2007 at 04:17 AM.
-
Apr 4th, 2007, 04:14 AM
#3
Thread Starter
New Member
Re: [B]How can I save a zedgraph into a image?[/B]
thanks
but i allready try this code
-
Apr 13th, 2007, 09:42 AM
#4
Hyperactive Member
Re: [B]How can I save a zedgraph into a image?[/B]
i just tried it
it works fine for me with:
myPane.GetImage().Save("c:\image.png")
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
|