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

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public enum ImageIdGenerationEnum
Visual Basic
Public Enumeration ImageIdGenerationEnum

Members

Member nameValueDescription
Unique0 Unique ID is created each time the chart image is accessed.
Application1 The same ID is to be used for the duration of the application life.

See Also