Version

WebGaugeDeploymentScenario Class Members

The following tables list the members exposed by WebGaugeDeploymentScenario.

Public Constructors
 NameDescription
Public ConstructorWebGaugeDeploymentScenario ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyDeleteOldImagesDetermines whether or not the UltraGauge should delete old images when FileSystem deployment is used.  
Public PropertyFilePathSave destination of the image, expressed as a file path, which can be relative to the current page's file path or an absolute path to a folder on the file system. Used when the Mode property is set to FileSystem.  
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyImagePipeURLURL of the page containing a GaugeImagePipe control. Relative to the current page's URL. Used when the Mode property is set to Session.  
Public PropertyImageTypeDetermines the format of the destination image.  
Public PropertyImageURLURL destination of the image, relative to the current page's URL. Used when the Mode property is set to FileSystem.  
Public PropertyModeDetermines whether images should be deployed to the Session or File System.  
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Protected Methods
 NameDescription
Protected MethodInvalidateInvalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
See Also