Syntax
Private Sub Chart_Calculate()
Enter
Code
End Sub
This event will run code after the chart
plots new or changed data, for the Chart object.
Example
Private Sub Chart_Calculate()
MsgBox Chart.Name & " has been
calculated"
End Sub
Result
The example will pop up a message box that
notifies the user that this chart has been calculated.