Syntax
enum ChartDataRowSource;
Description
specifies if the data rows (aka data series) displayed in the
chart, take their values from the row or the column in the underlying
data source ( ChartDataArray ).
Values Summary
|
ROWS |
values displayed as data rows are taken from the rows of the data source.
|
|
COLUMNS |
values displayed as data rows are taken from the columns of the data source.
|
|
Values Details
|
|
Syntax
ROWS,
Description
values displayed as data rows are taken from the rows of the data source.
Syntax
COLUMNS,
Description
values displayed as data rows are taken from the columns of the data source.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.