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


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

IDataGraphT Interface

Provides access to members that control data graph.

Product Availability

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

Members

Name Description
Method AddSeries Add series from the provided graph type.
Read-only property AxisCount Amount of axis.
Read-only property AxisProperties Properties of graph axis.
Method CopyToClipboard Copies the data graph to the clipboard as a metafile.
Method DrawToDC Draws the data graph into the provided device context.
Method ExportToFile Exports the data graph to a file.
Method ExportToFileEx Exports the data graph to a file.
Read-only property GeneralProperties General properties of the graph.
Read/write property HighlightSelection Indicates whether graph handles selection in the input layer by creating series only from the selected data or highlights selected values on the graph made from entire dataset.
Method Identify Identifies object ID for the series using graph coordinates.
Read-only property LegendProperties Properties of graph legend.
Method LoadFromFile Loads the data graph from a .grf file.
Method LoadTemplate Loads graph properties from the template file.
Read/write property Name Name of the data graph.
Method Reload Reloads data values in data graph series.
Method RemoveSeries Remove series from the graph.
Method SaveToFile Saves the data graph to a .grf file.
Read-only property SeriesCount The number of series in the graph.
Read/write property SeriesOrder Position of the series in the series list of the graph.
Read-only property SeriesProperties Series properties for provided series index.
Method Update Updates graph after changes in graph or series properties.
Read/write property UseSelectedSet Indicates if the selected set of the series from input dataset is used to build graph.

Inherited Interfaces

Interfaces Description
IDataGraphBase Provides access to members that control the data graph.

Classes that implement IDataGraphT

Classes Description
DataGraphT (esriCartoUI) A container for the display and manipulation of graph series.
DataGraphTScatterPlotMatrix (esriCartoUI) A container for the display and manipulation of ScatterPlotMatrix graph.

.NET Samples

Time Series Graph tool add-in