19 #ifndef __com_sun_star_chart_XChartDataArray_idl__
20 #define __com_sun_star_chart_XChartDataArray_idl__
25 module com { module sun { module star { module chart {
44 sequence< sequence< double > > getData();
53 void setData( [in] sequence< sequence< double > > aData );
62 sequence< string > getRowDescriptions();
71 void setRowDescriptions( [in] sequence< string > aRowDescriptions );
80 sequence< string > getColumnDescriptions();
89 void setColumnDescriptions( [in] sequence< string > aColumnDescriptions );
manages the data of the chart.
Definition: XChartData.idl:35
gives access to data represented as an array of rows.
Definition: XChartDataArray.idl:35