This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the data graph.
Name | Description | |
---|---|---|
CopyToClipboard | Copies the data graph to the clipboard as a metafile. | |
DrawToDC | Draws the data graph into the provided device context. | |
ExportToFile | Exports the data graph to a file. | |
LoadFromFile | Loads the data graph from a .grf file. | |
Name | Name of the data graph. | |
Reload | Reloads data values in data graph series. | |
SaveToFile | Saves the data graph to a .grf file. | |
UseSelectedSet | Indicates if the selected set of the series from input dataset is used to build graph. |
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. |
The IDataGraphBase interface is a common interface for both DataGraph and DataGraphT CoClasses. It provides access to basic functionality for graph such as copy, draw, export, load, rename, and save. It also handles selection for graph.