This document is archived and information here might be outdated. Recommended version. |
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*