An element of the data graph.
| Interfaces | Description |
|---|---|
| IActiveViewEvents (esriCarto) | Provides access to events that occur when the state of the active view changes. |
| IBoundsProperties (esriCarto) | Provides access to members that control Bounds Properties. |
| IClone (esriSystem) | Provides access to members that control cloning of objects. |
| IDataGraphElement | Provides access to members that control the datagraph element. |
| IElement (esriCarto) | Provides access to members that control the Element. |
| IElementProperties (esriCarto) | Provides access to members that control the Element Properties. |
| IElementProperties2 (esriCarto) | Provides access to members that control More Element Properties. |
| IElementProperties3 (esriCarto) | Provides access to members that control More Element Properties. |
| IGraphicElement (esriCarto) | Provides access to members that control the Graphic Element object. |
| IGraphicsContainerProperty (esriCarto) | Provides access to members that control Graphics Container Properties. |
| IPersistStream (esriSystem) | |
| IPropertySupport (esriSystem) | Provides access to members that set a default property on an object. |
| ITransform2D (esriGeometry) | Provides access to methods for transforming geometries using either specific parameters or arbitrary transformation objects (affine transformations, geographic transformations, etc.). |
DataGraphElement is the frame element for a DataGraph. This object allows for the positioning and display of a graph on a PageLayout .
DataGraphElement is not located in an ArcGIS Engine library, Map Documents persisting this object will be unable to display it on ArcEngine/ArcGIS Server.
Geometry: DataGraphElement accepts geometry of type esriGeometryEnvelope or esriGeometryPolygon. If an envelope is passed it, it is converted to a Polygon internally. The geometry represents the frame the graph is drawn in and it is typically a rectangle.