com.esri.arcgis.carto
Interface IDataGraphTPrivate

All Superinterfaces:
Serializable
All Known Implementing Classes:
IDataGraphTPrivateProxy

public interface IDataGraphTPrivate
extends Serializable

Provides access to members for internal use.

Product Availability

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


Method Summary
 void property(String name, Object val)
          For internal use only.
 void replaceSourceData(int idx, Object var)
          Data source for the series.
 void selectByRect(boolean bAdd, int left, int top, int right, int bottom)
          For internal use only.
 

Method Detail

selectByRect

void selectByRect(boolean bAdd,
                  int left,
                  int top,
                  int right,
                  int bottom)
                  throws IOException,
                         AutomationException
For internal use only.

Product Availability

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

Parameters:
bAdd - The bAdd (in)
left - The left (in)
top - The top (in)
right - The right (in)
bottom - The bottom (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

property

void property(String name,
              Object val)
              throws IOException,
                     AutomationException
For internal use only.

Product Availability

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

Parameters:
name - The name (in)
val - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceSourceData

void replaceSourceData(int idx,
                       Object var)
                       throws IOException,
                              AutomationException
Data source for the series. Can be table, feature, raster layer, or name of another series for function series. No field cleaning happens.

Product Availability

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

Parameters:
idx - The idx (in)
var - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.