Gets a collection of all charts contained in a text frame. 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 text frame.

Introduced: X13.

Syntax

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

Limitations

Read only.