This document is archived and information here might be outdated.  Recommended version.


IDataGraphTElement.DataGraphT Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTElement Interface > IDataGraphTElement.DataGraphT Property
ArcGIS Developer Help

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 [in]

pDataGraphT is a parameter of type IDataGraphT* pDataGraphT [out, retval]
pDataGraphT is a parameter of type IDataGraphT**

Product Availability

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

See Also

IDataGraphTElement Interface