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

struct ChartDataRow

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