Promotic

CursorLevel - property of the tvTrend object

Description:
The value of the selected trend at the position of the cursor (only if CursorType = 1)..
Syntax:
Double CursorLevel
Note:
Property access for read only.
 
This property is also functional in Web panels.
 
The property is used only if the graphic mode is set.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var oTrend = oTView.Trends(0);
if (oTrend)
{
var nCursorLevel = oTrend.CursorLevel;   // Reading from the property
}
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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