Use the members of this enumeration to set the value of the
            ImageTransferMethod
            property in the C1WebChart class.
            
        
    Namespace: 
   C1.Web.C1WebChartAssembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
| C# | 
|---|
public enum ImageTransferMethodEnum  | 
| Visual Basic | 
|---|
Public Enumeration ImageTransferMethodEnum  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| Session | 0 | Image is transferred in a session object. | |
| Cache | 1 | Image is transferred in a cache object. | |
| File | 2 | Image is transferred in a file. | |
| None | 3 | Image is not transferred. |