Indicates the method by which image data is transferred to the source page.

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

Syntax

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

Remarks

When a secondary URL is used to stream image data back to an <IMG> tag on the primary page, it is necessary to transfer the chart data through either a session object, cache object, or a file.

See Also