Clear method (XY Plot object)

Clears the data from a XY Plot chart. Removes all tags, resets to one time period and clears the chart area.
Syntax
XYPlot1
.
Clear
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.
Example
Private Sub btnClear() XYPlot1.Clear End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal