Promotic

Width - property of the tvGrid object

Description:
Width of grid lines (in pixels).
Syntax:
Long Width
Note:
Property access for read and write. The default value of this property is defined in the "Width" configurator of this object.
 
This property is also functional in Web panels.
See also:
- tvGrid.Visible (property)
- tvGrid.LineType (property)
- tvGrid.Color (property)
Example1:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oGridTime = oTView.GridTime;
var oGridValue = oTView.GridValue;
oGridTime.Width = 1;
oGridValue.Width = 2;
oTView.Draw();
Example2:
See the example in the description of the tvGrid - Deatiled object description object
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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