Promotic

ValueMin - property of the PmgBar object

Description:
Lower limit of the displayed value.
Syntax:
Double ValueMin
Note:
Property access for read and write. The default value of this property is defined in the "Lower limit" configurator of this object.
 
This property is also functional in Web panels.
See also:
- PmgBar.Value (property)
- PmgBar.ValueMax (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oBar = pMe.Items("/Bar0");

var valMin = oBar.ValueMin;   // Reading from the property
oBar.ValueMin = 10;   // Writing into the property
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.