ArcObjects Library Reference (ArcMapUI)  

IDataGraphWindow2 Interface

Provides access to members that control the DataGraph Window.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Write-only property Application Provides the window with a reference to the application.
Read/write property DataGraphBase The window that uses data graph.
Read-only property hWnd The window's handle.
Read-only property IsDockable Indicates if the window is dockable.
Read-only property IsVisible Indicates if the window is visible.
Method PutPosition The window's position in screen pixels.
Method QueryPosition The window's position in screen pixels.
Method Refresh Cause the window to redraw.
Method Show Indicates if the window is shown.

Inherited Interfaces

Interfaces Description
IDataWindow Provides access to members that control popup windows that show map data.

CoClasses that implement IDataGraphWindow2

CoClasses and Classes Description
DataGraphWindow Window in hosting and displaying data graph.

.NET Samples

Time Series Graph tool add-in (Code Files: TimeSeriesGraph)