Promotic

LineType - property of the tvGrid object

Description:
Type of grid lines.
If the width tvGrid.Width is greater than 1, then the line is always solid line (independently on setting this property).
Syntax:
Long LineType
Values:
0 - line solid
1 - line dash (-------)
2 - line dotted (.......)
3 - line comma-period-comma-period-... (-.-.-.-)
4 - line comma-period-period-comma-period-period-... (-..-..-)
Note:
Property access for read and write. The default value of this property is defined in the "Line type" configurator of this object.
 
This property is also functional in Web panels.
See also:
- tvGrid.Color (property)
Example1:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oGridTime = oTView.GridTime;
var oGridValue = oTView.GridValue;
oGridTime.LineType = 2;
oGridValue.LineType = 3;
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.