ArcObjects Library Reference (Carto)  

IDataGraphCollection.RemoveAllDataGraphs Method

Removes all graphs from the collection.

[Visual Basic .NET]
Public Sub RemoveAllDataGraphs ( _
)
[C#]
public void RemoveAllDataGraphs (
);
[C++]
HRESULT RemoveAllDataGraphs(
void
);

Product Availability

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

See Also

IDataGraphCollection Interface