Use the members of this enumeration to set the value of the
ImageIdGeneration
property in the C1WebChart3D class.
Namespace:
C1.Web.C1WebChart3DAssembly: C1.Web.C1WebChart3D.2 (in C1.Web.C1WebChart3D.2.dll)
Syntax
| C# |
|---|
public enum ImageIdGenerationEnum |
| Visual Basic |
|---|
Public Enumeration ImageIdGenerationEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unique | 0 | Unique ID is created each time the chart image is accessed. | |
| Application | 1 | The same ID is to be used for the duration of the application life. |