:: com :: sun :: star :: table ::

interface XTableChartsSupplier
Description
provides a method to access a collection of charts in a table or spreadsheet.
Developers Guide

Methods' Summary
getCharts returns the collection of charts.  
Methods' Details
getCharts
::com::sun::star::table::XTableCharts
getCharts();

Description
returns the collection of charts.
See also
::com::sun::star::table::TableCharts
Top of Page