Indicates the method by which the HTML image tag source URL is rendered.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[DefaultValueAttribute(ImageRenderMethodEnum.HttpHandler)]
public ImageRenderMethodEnum ImageRenderMethod { get; set; }
Visual Basic
<DefaultValueAttribute(ImageRenderMethodEnum.HttpHandler)> _
Public Property ImageRenderMethod As ImageRenderMethodEnum
	Get
	Set

Remarks

For more information, see the ImageRenderMethod Property topic.

See Also