Introduced in build 9.1
Overload | Description |
---|---|
Saves a Chart as a specified image format at a specified file path. | |
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. |