interface XTableCharts in module com::sun::star::table::

(Global Index)

Syntax

interface XTableCharts : com::sun::star::container::XNameAccess ;

Method Summary

addNewByName creates a chart and adds it to the collection.

removeByName removes a chart from the collection.

Known Services Which Export this Interface

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

Method Details



addNewByName

Syntax

void addNewByName (
string aName,
com::sun::star::awt::Rectangle aRect,
sequence< com::sun::star::table::CellRangeAddress > aRanges,
boolean bColumnHeaders,
boolean bRowHeaders );

Description

creates a chart and adds it to the collection.


removeByName

Syntax

void removeByName (
string aName );

Description

removes a chart from the collection.

Top of Page