This document is archived and information here might be outdated. Recommended version. |
Removes the graph from the collection.
[Visual Basic .NET] Public Sub RemoveDataGraph ( _ ByVal graph As IDataGraphBase _ )
[C#] public void RemoveDataGraph ( IDataGraphBase graph );
[C++]
HRESULT RemoveDataGraph(
IDataGraphBase* graph
);
[C++] Parameters graph [in]
graph is a parameter of type IDataGraphBase*