var oTView = pMe.Items("../TrendView"); var oGraphDef = oTView.Trends("t1").GraphDefault; oGraphDef.PointsSize = 8; oTView.Draw();
Dim oTView, oGraphDef Set oTView = pMe.Items("../TrendView") Set oGraphDef = oTView.Trends("t1").GraphDefault oGraphDef.PointsSize = 8 oTView.Draw