|
void | addDataSeries ([in] XDataSeries aDataSeries) raises ( com::sun::star::lang::IllegalArgumentException ) |
| add a data series to the data series container
|
|
void | removeDataSeries ([in] XDataSeries aDataSeries) raises ( com::sun::star::container::NoSuchElementException ) |
| removes one data series from the data series container.
|
|
sequence< XDataSeries > | getDataSeries () |
| retrieve all data series
|
|
void | setDataSeries ([in] sequence< XDataSeries > aDataSeries) raises ( com::sun::star::lang::IllegalArgumentException ) |
| set all data series
|
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object.
|
|
void | acquire () |
| increases the reference counter by one.
|
|
void | release () |
| decreases the reference counter by one.
|
|
◆ addDataSeries()
add a data series to the data series container
- Exceptions
-
IllegalArgumentException | If the given data series is already contained in the data series container. |
◆ getDataSeries()
◆ removeDataSeries()
removes one data series from the data series container.
◆ setDataSeries()
The documentation for this interface was generated from the following file: