ArcGIS Pro 2.9 API Reference Guide
CreateChartFrame Method (IElementFactory)

ArcGIS.Desktop.Layouts Namespace > IElementFactory Interface : CreateChartFrame Method
Layout or GroupElement
Envelope
MapFrame
Creates a chartFrame element on a layout from an envelope geometry. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

elementContainer
Layout or GroupElement
envelope
Envelope
mapFrame
MapFrame
mapMember
chartName

Return Value

Returns a ChartFrame.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
If the element container is a Layout then the element gets added to the root level of the layout TOC at the top most position. If the element container is a GroupElement then it gets added to the group at the topmost position.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IElementFactory Interface
IElementFactory Members