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