Top   Module   Use   Manual   Index 

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

struct ChartDataRow


[ DEPRECATED ]
Description
describes a single data row, specified by its name and a sequence of data points.

This struct is currently used nowhere.



Elements

string Name
Description
The name of the data row.
sequence< sequence< com::sun::star::chart::ChartDataValue > > Points
Description
The points contained in this data row.
Top of Page