Example: ChartTitle and DisplayTitle properties
Private Sub ShowTitle() Trend1.ChartTitle = "My Chart" Trend1.DisplayTitle = True Trend1.RefreshChart End Sub
Provide Feedback
Private Sub ShowTitle() Trend1.ChartTitle = "My Chart" Trend1.DisplayTitle = True Trend1.RefreshChart End Sub