ArcObjects Library Reference (ArcMapUI)  

DataGraphWindow CoClass

Window in hosting and displaying data graph.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Interfaces

Interfaces Description
IActiveViewEvents (esriCarto) Provides access to events that occur when the state of the active view changes.
IDataGraphCollectionEvents (esriCarto) Provides access to events that occur when the collection of graphs in the document changes.
IDataGraphTEvents (esriCarto) Provides access to events that occur when graph object changes.
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)
ITimeDisplayEvents (esriDisplay) Provides access to members that control Display Time Events.

Event Interfaces

Interfaces Description
IDataWindowEvents (default) Provides access to events that occur in a data window.

Working with Events

[Visual Basic 6.0]

When working with DataGraphWindow's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pDataGraphWindow as DataGraphWindow