Use the members of this enumeration to set the value of the
ImageTransferMethod
property in the C1WebChart3D class.
Namespace:
C1.Web.C1WebChart3DAssembly: C1.Web.C1WebChart3D.2 (in C1.Web.C1WebChart3D.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. |