Limitations
Read only.
Gets a collection of all charts contained in the main text of the document. The property value is an object of the type Data
Introduced: X13.
public DataVisualization.ChartCollection Charts { get; }
The following examples describes how to use the 'TXText
TXTextControl.MainText mainText = textControl1.TextParts.GetMainText();
//...
TXTextControl.DataVisualization.ChartCollection myMainTextChartColl = mainText.Charts;
//....
Read only.