(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: chart2 ::

unpublished service RectangularDataSource
Description
describes a data source that bases on a two-dimensional range of data, like a cell range in a spreadsheet.

Components supporting this service have the duty to interpret the given range in an appropriate way to represent a ::DataSource.


Included Services - Summary
DataSource

A RectangularDataSource is certainly also a DataSource.

::com::sun::star::chart::ChartDataArray
(referenced entity's summary:)
must be supported by each data source for charts, where you want to access the values directly.
Properties' Summary
string
SourceRange
contains a range string in the format specified by the Office XML format for tables, that refers to data in the table of a spreadsheet or a text document.  
::com::sun::star::chart::ChartDataRowSource
DataRowSource
determines if the data referred to in SourceRange is split up into ::DataSequences using rows (::com::sun::star::chart::ChartDataRowSource::ROWS) or columns (::com::sun::star::chart::ChartDataRowSource::COLUMNS).  
Included Services - Details
DataSource
Description
A RectangularDataSource is certainly also a DataSource.
::com::sun::star::chart::ChartDataArray
(referenced entity's summary:)
must be supported by each data source for charts, where you want to access the values directly.
Properties' Details
SourceRange
string SourceRange;
Description
contains a range string in the format specified by the Office XML format for tables, that refers to data in the table of a spreadsheet or a text document.

This range is used to determine the rectangular range chosen. The ::DataSequence::SourceRange properties of the ::DataSequences are ignored for this type of ::DataSource.

DataRowSource
::com::sun::star::chart::ChartDataRowSource DataRowSource;
Description
determines if the data referred to in SourceRange is split up into ::DataSequences using rows (::com::sun::star::chart::ChartDataRowSource::ROWS) or columns (::com::sun::star::chart::ChartDataRowSource::COLUMNS).

 
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.