Chart::SaveImage Method
.NET Framework (current version)
Saves the chart image to a stream or a file.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | SaveImage(Stream^) | Saves the chart image to the specified stream. The properties ImageType, Compression and other Chart control properties are used. |
![]() | SaveImage(Stream^, ChartImageFormat) | Saves the chart image to the specified stream. |
![]() | SaveImage(String^) | Saves the chart image to the specified file. The properties ImageType, Compression and other Chart control properties are used. |
![]() | SaveImage(String^, ChartImageFormat) | Saves a chart image to the file. |
Show:
