Specifies the image type of the chart.
Enumeration of supported image types
Visual Basic (Declaration) | |
---|---|
Public Enum ChartImageType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ChartImageType : Enum |
Member | Description |
---|---|
Bmp |
A Bmp chart image type. BMP image format |
Jpeg |
A JPEG chart image type. Jpeg image format |
Png |
A Png chart image type. Png image format |
Emf |
An Emf chart image type. Enhanced Meta File (Emf) image format. |
Svg |
An Svg chart image type. Svg graphics format |
Flash |
An Flash chart in .swf file format. Svg graphics format |
The ChartImageType enum represents the image type of the chart, as set by the ImageType property.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.ChartImageType
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