Language
The Free and Open Productivity Suite
:: com :: sun :: star :: chart ::
|
| interface XChartDataArray |
- Base Interfaces
XChartDataArray
┗ XChartData
| XChartData |
- (referenced interface's summary:)
- manages the data of the chart.
|
|
- Description
- gives access to data represented as an array of rows.
Can be obtained from interface XChartDocument via method getData().
If used for an XYDiagram, the row number 0
represents the x-values.
- Developers Guide
- Charts - Data Access
|
| Methods' Details |
getData
| sequence< sequence< double > > |
| getData(); |
- Description
- retrieves the numerical data as a nested sequence of values.
- Returns
- the values as a sequence of sequences. The inner sequence
represents rows.
|
|
setData
| void |
| setData( |
[in] sequence< sequence< double > > |
aData ); |
- Description
- sets the chart data as an array of numbers.
- Parameter aData
- the values as a sequence of sequences. The inner sequence
represents rows.
|
|
getRowDescriptions
| sequence< string > |
| getRowDescriptions(); |
- Description
- retrieves the description texts for all rows.
- Returns
- a sequence of strings, each representing the description
of a row.
|
|
setRowDescriptions
| void |
| setRowDescriptions( |
[in] sequence< string > |
aRowDescriptions ); |
- Description
- sets the description texts for all rows.
- Parameter aRowDescriptions
- a sequence of strings which represent a description for
each row.
|
|
getColumnDescriptions
| sequence< string > |
| getColumnDescriptions(); |
- Description
- retrieves the description texts for all columns.
- Returns
- a sequence of strings, each representing the description
of a column.
|
|
setColumnDescriptions
| void |
| setColumnDescriptions( |
[in] sequence< string > |
aColumnDescriptions ); |
- Description
- sets the description texts for all columns.
- Parameter aColumnDescriptions
- a sequence of strings which represent a description for
each column.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.