ArcObjects Library Reference (Carto)  

IDataGraphTElement.DataGraphT Property

Data graph used in graphic element.

[Visual Basic .NET]
Public Property DataGraphT As IDataGraphT
[C#]
public IDataGraphT DataGraphT {get; set;}
[C++]
HRESULT get_DataGraphT(
  IDataGraphT** pDataGraphT
);
[C++]
HRESULT putref_DataGraphT(
  IDataGraphT* pDataGraphT
);
[C++]

Parameters

pDataGraphT [out, retval]

  pDataGraphT is a parameter of type IDataGraphT

pDataGraphT [in]

  pDataGraphT is a parameter of type IDataGraphT

Product Availability

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

See Also

IDataGraphTElement Interface