Clear method (TrendPro object)
Clears the data from a trend chart. Removes all tags, resets to one time period and clears the chart area.
Syntax
TrendPro1
.Clear
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.Example
Private Sub btnClear() TrendPro1.Clear End Sub
Provide Feedback