Provides access to members that control the data graph.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
CoClasses that implement IDataGraphBase
CoClasses and 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. |
Remarks
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.