Use the members of this enumeration to set the value of the ImageTransferMethod property in the C1WebChart class.

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

Syntax

C#
public enum ImageTransferMethodEnum
Visual Basic
Public Enumeration ImageTransferMethodEnum

Members

Member nameValueDescription
Session0 Image is transferred in a session object.
Cache1 Image is transferred in a cache object.
File2 Image is transferred in a file.
None3 Image is not transferred.

See Also