ChartImageFormat Enumeration
.NET Framework (current version)
Specifies the image type for the chart.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Bmp | A bitmap (BMP) image format. | |
| Emf | A Windows Enhanced Metafile (EMF) image format. | |
| EmfDual | A Windows Enhanced Metafile Dual (EMF-dual) image format. | |
| EmfPlus | A Windows Enhanced Metafile Plus (EMF+) image format. | |
| Gif | A GIF image format. | |
| Jpeg | A JPEG image format. | |
| Png | A PNG image format. | |
| Tiff | A TIFF image format. |
The ChartImageFormat enumeration represents an image type that is used to save the chart to a file or stream.
Note |
|---|
Only charts saved to disk can use the EmfDual and EmfPlus formats. Charts cannot be rendered on a Web page using EMF-dual or EMF+. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
