Refresh method (TrendPro object)
Updates the trend chart.
Syntax
TrendPro1
.Refresh
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.Example
Private Sub btnRefreshChart() TrendPro1.Refresh End Sub
Provide Feedback