19 #ifndef __com_sun_star_chart_ChartDataRow_idl__ 20 #define __com_sun_star_chart_ChartDataRow_idl__ 25 module
com { module sun { module star { module chart {
43 sequence< sequence<ChartDataValue> >
Points;
sequence< sequence< ChartDataValue > > Points
The points contained in this data row.
Definition: ChartDataRow.idl:43
Definition: Ambiguous.idl:22
string Name
The name of the data row.
Definition: ChartDataRow.idl:39
describes a single data row, specified by its name and a sequence of data points.
Definition: ChartDataRow.idl:35