[ DEPRECATED ]
Syntax
struct ChartDataRow;
Description
describes a single data row, specified by its name and
a sequence of data points.
This struct is currently used nowhere.
Field Summary
|
Name |
The name of the data row.
|
|
Points |
The points contained in this data row.
|
|
Field Details
|
|
Syntax
string Name;
Description
The name of the data row.
Syntax
sequence< sequence< com::sun::star::chart::ChartDataValue > > Points;
Description
The points contained in this data row.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.