CursorTime - property of the PmgTrendViewer object
Description:
Time referring to vertical cursor line.
The property always returns local time.
Note:
Property access
for read and write.
This property is also functional in
Web panels.
The property is used only if the
graphic mode is set.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTView = pMe.Items("../TrendView");
var tCursorTime = oTView.CursorTime;
// Reading from the property
oTView.CursorTime = Pm.Time;
// Writing into the property
Dim oTView
Set oTView = pMe.Items("../TrendView")
Dim tCursorTime
tCursorTime = oTView.CursorTime
' Reading from the property
oTView.CursorTime = Pm.Time
' Writing into the property