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

interface XTableChartsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTableChartsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides a method to access a collection of charts in a table or spreadsheet.
Developers Guide
10.2.1 Charts - Handling Chart Documents - Creating Charts - Creating and Adding a Chart to a Spreadsheet
10.3.1 Charts - Working with Charts - Document Structure

Methods' Summary
getCharts returns the collection of charts.  
Methods' Details
getCharts
XTableCharts
getCharts();

Description
returns the collection of charts.
See also
TableCharts
Top of Page