NextTrace method (XY Plot 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
XYPlot1
.
NextTrace
()
As Boolean
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.
Example
Private Sub btnNextTrace() Dim result as Boolean Rem Select the next tag in the tag list. result = XYPlot1.NextTrace() End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal