:: 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 © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.