Occurs when a chart has been moved. It does not occur, if an inline or anchored chart has been moved because text has been inserted. The event handler receives an argument of type ChartEventArgs containing data related to this event.

Introduced: X8.

Syntax

public event ChartEventHandler ChartMoved;
Public Event ChartMoved As ChartEventHandler