Specifies how the chart image will be rendered.
Chart image rendering type
Visual Basic (Declaration) | |
---|---|
Public Enum RenderType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RenderType : Enum |
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. |
The RenderType enumeration represents a method by which the chart image will be rendered, and is used in conjunction with the RenderType property.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.RenderType
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