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

interface XTablePivotCharts
Base Interfaces
XTablePivotCharts
┗ ::com::sun::star::container::XNameAccess
   ┗ ::com::sun::star::container::XElementAccess

::com::sun::star::container::XNameAccess
(referenced interface's summary:)

Methods' Summary
addNewByName creates a pivot chart and adds it to the collection.  
removeByName removes a pivot chart from the collection.  
Methods' Details
addNewByName
void
addNewByName( [in] string  aName,
[in] ::com::sun::star::awt::Rectangle  aRect,
[in] string  aPivotTableName );

Description
creates a pivot chart and adds it to the collection.
Parameter aName
is the name of the chart. This name is used to reference the chart in the collection.
Parameter aRect
contains the rectangular location of the chart within the table (in 1/100th mm).
Parameter aPivotTableName
the name of the pivot table (data pilot) to associate the pivot chart with
removeByName
void
removeByName( [in] string  aName );

Description
removes a pivot chart from the collection.
Parameter aName
is the name of the chart to remove.
Top of Page