Refresh method: Chart class
Syntax
Refresh()
Description
Note:
This method has been desupported and remains for backward compatibility only. Use instead the SetData method or SetOLData method.
If you make a change to the underlying data of a chart, call the SetData method again to update the chart.
You don’t need to refresh after setting a property or method of the chart itself, such as setting the starting point or changing colors. When a method or property is used, the chart is automatically refreshed.
Parameters
None.
Returns
None.
Example
&MyChart.Refresh();
Related Topics