ArcObjects Library Reference (Carto)  

IDataGraphCollection.AddDataGraph Method

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

Product Availability

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

See Also

IDataGraphCollection Interface