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

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum ImageTransferMethod
Visual Basic (Declaration)
Public Enumeration ImageTransferMethod

Members

Member nameDescription
Session Image is transferred in a session object.
Cache Image is transferred in a cache object.
File Image is transferred in a file.
None Image is not transferred.

See Also