Occurs whenever a chart workspace is data-bound and the data set changes—for example, when a filter operation takes place. This event also occurs when initial data is available from the data source.
Syntax
Private Sub ChartSpace_DataSetChange()
Remarks
For information about using events with VBScript, see Declaring and Using Event Procedures in VBScript.