[]
Saves chart as image with to the specified stream.
public void SaveImage(Stream stream, ImageFormat fmt, int w = 0, int h = 0, Color? backColor = null)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream |
| ImageFormat | fmt | Image format. |
| int | w | Width of image. |
| int | h | Height of image |
| Color? | backColor | The background of image. |