Refresh method (XY Plot object)
Updates the XY Plot chart.
Syntax
XYPlot1
.Refresh
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.Example
Private Sub btnRefreshChart() XYPlot1.Refresh End Sub
Provide Feedback