Provides access to members that control data graph.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddSeries | Add series from the provided graph type. | |
AxisCount | Amount of axis. | |
AxisProperties | Properties of graph axis. | |
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. | |
ExportToFileEx | Exports the data graph to a file. | |
GeneralProperties | General properties of the graph. | |
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. | |
Identify | Identifies object ID for the series using graph coordinates. | |
LegendProperties | Properties of graph legend. | |
LoadFromFile | Loads the data graph from a .grf file. | |
LoadTemplate | Loads graph properties from the template file. | |
Name | Name of the data graph. | |
Reload | Reloads data values in data graph series. | |
RemoveSeries | Remove series from the graph. | |
SaveToFile | Saves the data graph to a .grf file. | |
SeriesCount | The number of series in the graph. | |
SeriesOrder | Position of the series in the series list of the graph. | |
SeriesProperties | Series properties for provided series index. | |
Update | Updates graph after changes in graph or series properties. | |
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. |
CoClasses that implement IDataGraphT
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. |