com.esri.arcgis.arcmapui
Interface IDataGraphWindow2

All Superinterfaces:
IDataWindow, Serializable
All Known Implementing Classes:
DataGraphWindow

public interface IDataGraphWindow2
extends IDataWindow, Serializable

Provides access to members that control the DataGraph Window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IDataGraphBase getDataGraphBase()
          The window that uses data graph.
 void setDataGraphBaseByRef(IDataGraphBase ppDataGraphBase)
          The window that uses data graph.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 

Method Detail

getDataGraphBase

IDataGraphBase getDataGraphBase()
                                throws IOException,
                                       AutomationException
The window that uses data graph.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.carto.IDataGraphBase
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataGraphBaseByRef

void setDataGraphBaseByRef(IDataGraphBase ppDataGraphBase)
                           throws IOException,
                                  AutomationException
The window that uses data graph.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppDataGraphBase - A reference to a com.esri.arcgis.carto.IDataGraphBase (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.