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

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum ImageIdGeneration
Visual Basic (Declaration)
Public Enumeration ImageIdGeneration

Members

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

See Also