Gets a collection of all charts contained in the text part with the input focus. This can be the main text, a text frame or a header or footer. The property value is an object of the type DataVisualization.ChartCollection. The collection can be used to get or to alter a chart's attributes and to add charts to or to remove charts from a document.

Introduced: X8.

Syntax

public DataVisualization.ChartCollection Charts { get; }
Public ReadOnly Property Charts() As DataVisualization.ChartCollection

Limitations

Runtime only.

Read only.