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