This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphCollection Interface > IDataGraphCollection.AddDataGraph Method (ArcObjects .NET 10.5 SDK) |
Adds the graph to the collection.
[Visual Basic .NET] Public Sub AddDataGraph ( _ ByVal graph As IDataGraphBase _ )
[C#] public void AddDataGraph ( IDataGraphBase graph );
[C++]
HRESULT AddDataGraph(
IDataGraphBase* graph
);
[C++]
Parameters graph [in]
graph is a parameter of type IDataGraphBase