Occurs when a new chart has been created. It occurs, when a chart has been inserted in the document with the clipboard and when a file containing charts has been loaded. It does not occur, when a chart has been added with the ChartCollection.Add method. The event handler receives an argument of type ChartEventArgs containing data related to this event.

Introduced: X8.

Syntax

public event ChartEventHandler ChartCreated;
Public Event ChartCreated As ChartEventHandler