Chart.PlotVisibleOnly (Word)

True if only visible cells are plotted. False if both visible and hidden cells are plotted.


With ActiveDocument.InlineShapes(1) 
 If .HasChart Then 
 .Chart.PlotVisibleOnly = True 
 End If 
End With