19 #ifndef com_sun_star_chart2_XDataSeriesContainer_idl
20 #define com_sun_star_chart2_XDataSeriesContainer_idl
48 void removeDataSeries( [in]
XDataSeries aDataSeries )
53 sequence< XDataSeries > getDataSeries();
57 void setDataSeries( [in] sequence< XDataSeries > aDataSeries )
A data series represents the object that has all the knowledge to be rendered as a visual data series...
Definition: XDataSeries.idl:38
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
Definition: XDataSeriesContainer.idl:36
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47