LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef com_sun_star_chart2_XChartTypeContainer_idl
20 #define com_sun_star_chart2_XChartTypeContainer_idl
void removeChartType([in] XChartType aChartType)
removes one data series from the chart type container.
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:35
void setChartTypes([in] sequence< XChartType > aChartTypes)
set all chart types
Definition: XChartTypeContainer.idl:37
Definition: XChartType.idl:37
void addChartType([in] XChartType aChartType)
add a chart type to the chart type container
Definition: Ambiguous.idl:22
sequence< XChartType > getChartTypes()
retrieve all chart types
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48