NextTrace method (TrendPro object)

Selects the next trace in the chart's Legend. This method returns
True
if the next trace was selected, and returns
False
if the last tag in the Legend was already selected.
Syntax
TrendPro1
.
NextTrace
()
As Boolean
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.
Example
Private Sub btnNextTrace() Dim result as Boolean Rem Select the next tag in the tag list. result = TrendPro1.NextTrace() End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal