Chart.Refresh Method
Causes the specified chart to be redrawn immediately.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Refresh
'Usage
Dim instance As Chart
instance.Refresh()
void Refresh()