Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Report > Report Assembly Interfaces > IPrxChart > IPrxChart.SeriesInRows
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: