ChartEvents_Event Events
| Name | Description | |
|---|---|---|
| Activate | Occurs when a chart sheet or embedded chart is activated. |
| BeforeDoubleClick | Occurs when an embedded chart is double-clicked, before the default double-click action. |
| BeforeRightClick | Occurs when an embedded chart is right-clicked, before the default right-click action. |
| Calculate | Occurs after the chart plots new or changed data. |
| Deactivate | Occurs when the chart is deactivated. |
| DragOver | Occurs when a range of cells is dragged over a chart. |
| DragPlot | Occurs when a range of cells is dragged and dropped on a chart. |
| MouseDown | Occurs when a mouse button is pressed while the pointer is over a chart. |
| MouseMove | Occurs when the position of the mouse pointer changes over a chart. |
| MouseUp | Occurs when a mouse button is released while the pointer is over a chart. |
| Resize | Occurs when the chart is resized. |
| Select | Occurs when a chart element is selected. |
| SeriesChange | Occurs when the user changes the value of a chart data point. |