qChartView : qChartView Procedures : Using MultiSeriesStackedColumn2D and MultiSeriesStackedColumn2DLineDualYAxis Charts

Using MultiSeriesStackedColumn2D and MultiSeriesStackedColumn2DLineDual
YAxis Charts
To use MultiSeriesStackedColumn2D and MultiSeriesStackedColumn2DLineDualYAxis
For example, you want to use a list that shows total sales for products and services from 2001-2006.
1
2
3
In the Chart Type section, select MultiSeriesStackedColumn2D or MultiSeriesStackedColumn2DLineDualYAxis.
4
5
Click Add Data Series and add two data series; for example:
Each series represents a stack within group of stacks.
6
Click Edit in each data series and enter a filter expression. This step is optional.
Use a filter expression only if your data is a subset of all list data.
In this example, Products and Services are subsets for the overall Sales list, enter a filter expression such as ProductType=’Product’ for the Product series and ProductType="Services’ for the Services series.
7
 
qChartView stacks the data according to filter field’s value. If the Filter Field Name is not set, the chart is not rendered as stack.
Each series represents a stack within group of stacks.