Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ChartImageFormat Enumeration
See Also  
Dundas.Charting.WebControl Namespace : ChartImageFormat Enumeration


Specifies the format of the image

Syntax

Visual Basic (Declaration)  
Public Enum ChartImageFormat 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ChartImageFormat
C#  
public enum ChartImageFormat : Enum 

Members

Member Description
Jpeg Gets the Joint Photographic Experts Group (JPEG) image format.
Png Gets the W3C Portable Network Graphics (PNG) image format.
Bmp Gets the bitmap image format (BMP).
Tiff Gets the Tag Image File Format (TIFF) image format.
Gif Gets the Graphics Interchange Format (GIF) image format.
Emf Gets the Enhanced Meta File (Emf) image format.
EmfPlus Gets the Enhanced Meta File (Emf+) image format.
EmfDual Gets the Enhanced Meta File (EmfDual) image format.
Svg Scalable Vector Graphics
Flash Gets the Flash format.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.ChartImageFormat

Requirements

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

See Also