nIndex | (Long) Usunie wykres o indeksie nIndex w liście wykresów |
---|
var oTView = pMe.Items("../TrendView");
var oTrend = oTView.Trends(0);
if (oTrend)
{
var nGraphs = oTrend.GraphsCount;
if (nGraphs)
{
oTrend.RemoveGraph(nGraphs);
}
}