SeriesInRows: Boolean;
The SeriesInRows property determines the method of interpreting numeric series in the data area (the range), from which numeric values used to build the chart are obtained.
Available values:
True. Data area series are positioned in rows. Default value.
False. Data area series are positioned in columns.
The property use is given in the example for IPrxChart.PointChartMode.
See also: