This document is archived and information here might be outdated.  Recommended version.


IDataGraphCollection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphCollection Interface
ArcGIS Developer Help

IDataGraphCollection Interface

Provides access to members that control graph collection in map document.

Product Availability

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

Members

Name Description
Method AddDataGraph Adds the graph to the collection.
Read-only property DataGraph Graph at the given index.
Read-only property DataGraphCount Number of graphs in the collection.
Method RemoveAllDataGraphs Removes all graphs from the collection.
Method RemoveDataGraph Removes the graph from the collection.

Classes that implement IDataGraphCollection

Classes Description
GMxDocument (esriArcGlobe) Provides access to members that control the ArcGlobe document.
MxDocument (esriArcMapUI) Esri Mx Document.
SxDocument (esriArcScene) Provides access to members that control the ArcScene document.

.NET Samples

Time Series Graph tool add-in