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

enum ChartDataRowSource

Values
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
ROWS
ROWS,
Description
values displayed as data rows are taken from the rows of the data source.
COLUMNS
COLUMNS,
Description
values displayed as data rows are taken from the columns of the data source.
Top of Page