com.esri.arcgis.carto
Interface IDataGraphTElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataGraphTElement

public interface IDataGraphTElement
extends Serializable

Provides access to members that control graphic element for data graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IDataGraphT getDataGraphT()
          Data graph used in graphic element.
 void getIsDataSourceConnected(boolean[] b)
          Indicates if data source is connected to the data graph.
 void removeDataSourceConnection()
          Removes the connection between the data graph and the data source.
 void setDataGraphTByRef(IDataGraphT pDataGraphT)
          Data graph used in graphic element.
 

Method Detail

setDataGraphTByRef

void setDataGraphTByRef(IDataGraphT pDataGraphT)
                        throws IOException,
                               AutomationException
Data graph used in graphic element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDataGraphT

IDataGraphT getDataGraphT()
                          throws IOException,
                                 AutomationException
Data graph used in graphic element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getIsDataSourceConnected

void getIsDataSourceConnected(boolean[] b)
                              throws IOException,
                                     AutomationException
Indicates if data source is connected to the data graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
b - The b (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeDataSourceConnection

void removeDataSourceConnection()
                                throws IOException,
                                       AutomationException
Removes the connection between the data graph and the data source.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.