Search
Drawing.getCharts Method
See Also
 






Gets an iterable with all charts in the drawing.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Iterable<Chart> getCharts ()

 Return Value

An Iterable object that can be used to iterate the charts in the drawing.

 See Also