ChartImageType 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 | BMP image format type. | |
| Emf | Windows Enhanced Metafile (EMF) image format type. | |
| Jpeg | JPEG image format type. | |
| Png | PNG image format type. |
The ChartImageType enumeration represents the image format type of the chart, as set by the ImageType property. This property determines the image type in which the chart is rendered, if image tag or input tag rendering is used.
.NET Framework
Available since 4.0
Available since 4.0
Show: