Graph-Specific Child Tags Understanding the Graph Tags

Using ADF Graph Components 24-11 graph, you must set the funnelPercentMeasure property on the graph to be True. This setting should be done in the XML for the graph. ■ Funnel graphs require at least one group of data to be used as a stage.

24.3.6 Line Graph Data Requirements

A line graph represents data as a line, as a series of data points, or as data points that are connected by a line. The following kinds of line graphs are available: ■ Absolute: Each line segment connects two data points. This kind of graph can have its axes arranged as single y-axis, dual y-axis, and split dual y-axis. ■ Stacked: Lines for each set of data are appended to previous sets of data. The size of the stack represents a cumulative data total. This kind of graph can have its axes arranged as single y-axis, dual y-axis, and split dual y-axis. ■ Percentage: Lines are stacked and each line shows the percentage of a given set of data relative to the cumulative total of all sets of data. Percentage line graphs are arranged only with a single y-axis. Data guidelines for line graphs are: ■ Line graphs require at least two groups of data because lines require at least two points. A group is represented by a marker of each color. The group has a tick label such as the name of a month. ■ Percentage line graphs cannot have negative numbers. ■ Dual-Y graphs require two sets of data.

24.3.7 Pareto Graph Data Requirements

Pareto graphs are specifically designed for identifying sources of defects. In a Pareto graph, a series of bars identifies different sources of defects. These bars are arranged by value, from the greatest number to the lowest number. A line shows the percentage of the cumulative values of the bars to the total values of all the bars in the graph. The line always ends at 100. Pareto graphs are always dual-Y graphs. The y1-axis corresponds to values that the bars represent. The y2-axis corresponds to the cumulative percentage values. Data guidelines for Pareto graphs are: ■ Pareto graphs require at least two groups of data. ■ Pareto graphs cannot have negative numbers. ■ If you pass more than one set of data to a Pareto graph, the graph uses only the first set of data. ■ Do not pass percentage values as part of the data for a Pareto graph. The graph calculates the percentages based on the data that you pass.

24.3.8 Pie Graph Data Requirements

A pie graph represents data as sections of one or more circles, making the circles look like sliced pies. The following varieties of pie graphs are available: ■ Pie: The center of each circle is full. Pie graphs can consist of a single pie or multiple pies.