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


Specifies how the chart image will be rendered.


Chart image rendering type

Syntax

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

Members

Member Description
ImageTag

Chart is rendered using an Image tag.


Chart is rendered as an image map. No image is actually produced, and this rendering mode should only be used when implementing binary streaming and image maps. For further details see Binary Streaming and Image Maps.


Chart image is rendered as image tag.
InputTag

Chart is rendered using an Input tag.


Chart image is rendered as input tag with type=image.
BinaryStreaming

Chart is streamed directly to the client.


Chart image is streamed back directly.
ImageMap

Chart is rendered as an image map.  No image is actually produced, and this rendering mode should only be used when implementing binary streaming and image maps. For further details see the Binary Streaming and Image Maps topic.


Chart image map is rendered.

Remarks

The RenderType enumeration represents a method by which the chart image will be rendered, and is used in conjunction with the RenderType property.

Inheritance Hierarchy

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

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.