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() | Causes the chart to generate and returns the path of the saved image. |
SaveImage(Metafile) | Saves a Metafile in the TempDirectory and displays it in the chart control. |
SaveImage(Metafile,Boolean) | Saves a Metafile 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. |