This document is archived and information here might be outdated.  Recommended version.


DataGraphTElement Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Classes > D > DataGraphTElement Class
ArcGIS Developer Help

DataGraphTElementClass Class

A container for the display and manipulation of data graph graphic element on the ArcMap layout view.

Product Availability

Available with ArcGIS Desktop.

Interfaces

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.
IDataGraphTElement (esriCarto) Provides access to members that control graphic element for data graph.
IDataGraphTEvents (esriCarto) Provides access to events that occur when graph object changes.
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.).

Remarks

DataGraphTElement  is the frame element for a DataGraphT.  This object allows for the positioning and display of a graph on a PageLayout .

DataGraphTElement  is not located in an ArcGIS Engine library. Map Documents persisting this object will be unable to display it on ArcEngine/ArcGIS for Server.

Geometry: DataGraphTElement 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.