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


Specifies the image type of the chart.


Enumeration of supported image types

Syntax

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

Members

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

Remarks

The ChartImageType enum represents the image type of the chart, as set by the ImageType property.

Inheritance Hierarchy

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

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.