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