TrendsCount - property of the PmgTrendViewer object
Description:
Returns the number of created subobjects of the
tvTrend type.
Note:
Property access for read only. Maximum number of trends is 255.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTView = pMe.Items("../TrendView");
var nCount = oTView.TrendsCount;
Dim oTView
Set oTView = pMe.Items("../TrendView")
Dim nCount
nCount = oTView.TrendsCount