21 module com { module sun { module star { module chart {
39 sequence< sequence<ChartDataValue> >
Points;
sequence< sequence< ChartDataValue > > Points
The points contained in this data row.
Definition: ChartDataRow.idl:39
string Name
The name of the data row.
Definition: ChartDataRow.idl:35
describes a single data row, specified by its name and a sequence of data points. ...
Definition: ChartDataRow.idl:31