service ChartDataArray in module com::sun::star::chart::

(Global Index)

Syntax

service ChartDataArray;

Description

must be supported by each data source for charts, where you want to access the values directly.

It contains the data values as well as the descriptions for each row and column.

Included Services

com::sun::star::chart::ChartData

Description

must be supported by every component that wants to provide data for a chart


Exported Interfaces

com::sun::star::chart::XChartDataArray

Description

gives access to data represented as an array of rows.


Top of Page