ChartEvents_Event Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Events interface for Microsoft Excel Chart object events.
public interface class ChartEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface ChartEvents_Event
Public Interface ChartEvents_Event
- Derived
- Attributes
Events
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. |