Overload | Description |
---|---|
SaveImage(MemoryStream,Boolean) | Saves a MemoryStream in the TempDirectory with the format set in chart.ImageFormat chart control. |
SaveImage(MemoryStream) | Saves a MemoryStream in the TempDirectory with the format set in chart.ImageFormat chart control. |
SaveImage(Bitmap,Boolean) | Saves a Bitmap in the TempDirectory and displays it in the chart control. |
SaveImage(Bitmap) | Saves a Bitmap in the TempDirectory and displays it in the chart control. |