[]
Saves chart as image with to the specified stream.
public void SaveImage(Stream stream, ImageFormat fmt, int w, int h)
Type | Name | Description |
---|---|---|
Stream | stream | Stream |
ImageFormat | fmt | Image format. |
int | w | Width of image. |
int | h | Height of image. |
Saves chart as image with specified width and height to the clipboard.
public void SaveImage(int w, int h)
Type | Name | Description |
---|---|---|
int | w | Width of image. |
int | h | Height of image. |
Saves chart as image to the clipboard.
public void SaveImage()