Window in hosting and displaying data graph.
| Interfaces | Description |
|---|---|
| IActiveViewEvents (esriCarto) | Provides access to events that occur when the state of the active view changes. |
| IComPropertySheetEvents (esriSystemUI) | Provides access to events that occur on a COM property sheet. |
| IDataGraphWindow | Obsolete. Use IDataGraphWindow2. Provides access to members that control the DataGraph Window. |
| IDataGraphWindow2 | Provides access to members that control the DataGraph Window. |
| IDataWindow | Provides access to members that control popup windows that show map data. |
| IDocumentEvents | Provides access to events that occur in ArcMap. |
| IPersistStream (esriSystem) |
| Interfaces | Description |
|---|---|
| IDataWindowEvents (default) | Provides access to events that occur in a data window. |
When working with DataGraphWindow's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pDataGraphWindow as DataGraphWindow