|
| void | addChartType ([in] XChartType aChartType) raises ( com::sun::star::lang::IllegalArgumentException ) |
| | add a chart type to the chart type container
|
| |
| void | removeChartType ([in] XChartType aChartType) raises ( com::sun::star::container::NoSuchElementException ) |
| | removes one data series from the chart type container.
|
| |
| sequence< XChartType > | getChartTypes () |
| | retrieve all chart types
|
| |
| void | setChartTypes ([in] sequence< XChartType > aChartTypes) raises ( com::sun::star::lang::IllegalArgumentException ) |
| | set all chart types
|
| |
| 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.
|
| |
◆ addChartType()
add a chart type to the chart type container
- Exceptions
-
| IllegalArgumentException | If the given chart type is already contained in the chart type container. |
◆ getChartTypes()
◆ removeChartType()
removes one data series from the chart type container.
◆ setChartTypes()
The documentation for this interface was generated from the following file: