ArcObjects Library Reference  (Carto)    

IDataGraph Interface

Obsolete. Provides access to members that control the old data graph.

Product Availability

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

Members

Description
Method Attach Attaches the DataGraph to the input window.
Read-only property CGraphHandle The CGraph handle. CGraph handle can only be used with C++ clients.
Method CopyToClipboard Copies the graph to the clipboard.
Method Detach Detaches the DataGraph from its current window.
Method Draw Updates the display of the graph based upon the associated map's current settings.
Method DrawToDC Draws the graph to the input device context.
Method ExportToFile Exports the graph to a file.
Read/write property FieldSet1 First field set as a comma delimited list.
Read/write property FieldSet2 Second field set as a comma delimited list.
Read/write property FieldSet3 Third field set as a comma delimited list.
Read/write property FieldSet4 Fourth field set as a comma delimited list.
Method LoadFromFile Loads the graph from a file.
Read/write property MaxDataPoints Maximum number of features to make the graph.
Read/write property Name Name of the graph.
Read/write property PreviewMode Indicates if the graph is in preview mode.
Method Print Prints the graph.
Method Reload Loads data values from a table.
Read/write property ReloadAlways Indicates if the graph is always reloaded.
Method Resize Resizes the graph display.
Method SaveToFile Saves the graph to a file.
Read/write property SeriesByRecord Indicates if the records or fields for the data series is used.
Read/write property Table The table of the graph.
Read/write property UseSelectedSet Indicates if the selected set is used.
Read-only property Valid Indicates if the graph is currently valid.

CoClasses that implement IDataGraph

CoClasses and Classes Description
DataGraph (esriCartoUI) A container for the display and manipulation of a data graph.

 


Feedback Send feedback on this page