ComponentOne Chart for .NET (2.0) Search HelpCentral 

Using Different Methods for Rendering the Image Tag

The ImageRenderMethod property is the main property in C1WebChart which determines how the <IMG> tag and its arguments get created, as well as who renders or streams the chart image back to the client (source attribute of the <IMG> tag). The different render methods vary from the more automated methods (HTTPHandler, File) to the less automated (Manual).

C1WebChart provides the following various methods for determining how the chart image is rendered back to the client:

·      File

·      HttpHandler

·      ASP Page

·      Manual

·      Binary Write

The HttpHandler is the default method used for rendering the chart image back to the client.

In addition, for each of the render methods except Binary Write, the ImageUri property specifies a path necessary for correct image creation. Since this property has different functions for different methods, the details of render methods and the function of the ImageUri property for that method are listed below.


ImageRenderMethodEnum.File Method

ImageRenderMethodEnum.HTTPHandler Method

ImageRenderMethodEnum.ASPPage Method

ImageRenderMethodEnum.Manual Method

ImageRenderMethodEnum.BinaryWrite Method


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.