GaugeSetGoalValue method (WinStudio scripts)
Applies To
IWSFormComponent interface
Definition
Sets the goal value for a critical number bound gauge.
Syntax
object.GaugeSetGoalValue(string)
Part | Description |
---|---|
object | Required. A reference to a valid gauge component object. |
string | Required. A string that represents the new overridden goal value to use on the critical number gauge. |
Example
Sub Main() ThisForm.Components("gauge1").GaugeSetGoalValue("250") End Sub