RenderType Enumeration
.NET Framework (current version)
Specifies how the image of the chart will be rendered.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| BinaryStreaming | Chart is streamed directly to the client. | |
| ImageMap | Chart is rendered as an image map. | |
| ImageTag | Chart is rendered using an HTML image tag. |
The RenderType enumeration represents the way in which the chart image will be rendered, and is used in conjunction with the RenderType property.
.NET Framework
Available since 4.0
Available since 4.0
Show: