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

deprecated struct ChartDataRow
Usage Restrictions
deprecated
Description
describes a single data row, specified by its name and a sequence of data points.

This struct is currently used nowhere.


Elements' Summary
Name The name of the data row.  
Points The points contained in this data row.  
Elements' Details
Name
string Name;
Description
The name of the data row.
Points
sequence< sequence< ChartDataValue > > Points;
Description
The points contained in this data row.
Top of Page