When the object is created, the value of this property is copied from the PmgTrendViewer.GraphInit object.
var oTView = pMe.Items("../TrendView");var oGraphDef = oTView.Trends("t1").GraphDefault;oGraphDef.PointsSize = 8;oTView.Draw();
Dim oTView, oGraphDefSet oTView = pMe.Items("../TrendView")Set oGraphDef = oTView.Trends("t1").GraphDefaultoGraphDef.PointsSize = 8oTView.Draw