​
​
​

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

​