DeleteActiveTrace method (TrendPro object)
Removes the selected trace from the chart.
Syntax
TrendPro1
.DeleteActiveTrace
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.Example
Private Sub btnDeleteActiveTrace() TrendPro1.DeleteActiveTrace End Sub
Provide Feedback