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