Example: ChartFont property
Dim oFont As New StdFont oFont.Name = "Arial" oFont.Size = 12 Set Trend1.ChartFont = oFont
Provide Feedback
Dim oFont As New StdFont oFont.Name = "Arial" oFont.Size = 12 Set Trend1.ChartFont = oFont