This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTElement Interface > IDataGraphTElement.DataGraphT Property (ArcObjects .NET 10.4 SDK) |
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