var oTView = pMe.Items("../TrendView"); var oGraphDef = oTView.Trends("t1").GraphDefault; var oFont = oGraphDef.TableFont; oFont.Size = 8; oFont.Bold = true; oFont.Italic = true; oFont.Name = "MS Sans Serif";
Dim oTView Set oTView = pMe.Items("../TrendView") Dim oGraphDef Set oGraphDef = oTView.Trends("t1").GraphDefault Dim oFont Set oFont = oGraphDef.TableFont oFont.Size = 8 oFont.Bold = true oFont.Italic = true oFont.Name = "MS Sans Serif"