Specifies the image type of the chart.
Specifies the format of the image
| Visual Basic (Declaration) | |
|---|---|
Public Enum ChartImageFormat Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ChartImageFormat : Enum | |
| Member | Description |
|---|---|
| Jpeg |
A JPEG image type. Gets the Joint Photographic Experts Group (JPEG) image format. |
| Png |
A Png image type. Gets the W3C Portable Network Graphics (PNG) image format. |
| Bmp |
A Bmp image type. Gets the bitmap image format (BMP). |
| Tiff |
A Tiff image type. Gets the Tag Image File Format (TIFF) image format. |
| Gif |
A Gif image type. Gets the Graphics Interchange Format (GIF) image format. |
| Emf |
A Windows EMF image type. Gets the Enhanced Meta File (Emf) image format. |
| EmfPlus |
Only charts saved to disk can use this format. Chart cannot be rendered on a web page using EmfPlus. Gets the Enhanced Meta File (Emf+) image format. |
| EmfDual |
Only charts saved to disk can use this format. Chart cannot be rendered on a web page using EmfDual. Gets the Enhanced Meta File (EmfDual) image format. |
| Svg |
An Svg image type. Scalable Vector Graphics |
| Flash |
A Flash format. Gets the Flash format. |
The ChartImageFormat enum represents an image type for Saving the chart for a file or stream.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.ChartImageFormat
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family