Dundas Chart for ASP.NET
ChartImageFormat Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : ChartImageFormat Enumeration


Specifies the image type of the chart.


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

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.

Remarks

The ChartImageFormat enum represents an image type for Saving the chart for a file or stream.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.