Description:
Redrawing of whole object.
The method must be called each time when changes of the object properties have to be visible.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTView = pMe.Items("../TrendView");
oTView.Draw();
Dim oTView
Set oTView = pMe.Items("../TrendView")
oTView.Draw