Overload | Description |
---|---|
Saves a Chart as a specified image format at a specified file path. | |
Chart.SaveImage(string, ImageFormat, int?, int?)
Saves a Chart as a specified image format at a specified file path with the specified dimensions in pixels.
| |
Writes a Chart to the specified stream as a specified image format. | |
SaveImage(System.IO.Stream, ImageFormat, int?, int?) | Writes a Chart as an image with the specified dimensions in pixels to the specified stream. |
Overview
Content Tools