21 module
com { module sun { module star { module chart {
49 void setData( [in] sequence< sequence< double > > aData );
gives access to data represented as an array of rows.
Definition XChartDataArray.idl:32
sequence< string > getColumnDescriptions()
retrieves the description texts for all columns.
void setData([in] sequence< sequence< double > > aData)
sets the chart data as an array of numbers.
sequence< string > getRowDescriptions()
retrieves the description texts for all rows.
sequence< sequence< double > > getData()
retrieves the numerical data as a nested sequence of values.
void setColumnDescriptions([in] sequence< string > aColumnDescriptions)
sets the description texts for all columns.
void setRowDescriptions([in] sequence< string > aRowDescriptions)
sets the description texts for all rows.
manages the data of the chart.
Definition XChartData.idl:30
Definition Ambiguous.idl:20