WebFOCUS Online Help > Creating Charts With Graph Tools > Customizing Graphs With the Graph Editor > Choosing a Graph Type
You can choose to display your data as a different graph type. These graph types are contained in the following categories: 3D, bar, line, area, pie, scatter, stock (Hi-Lo), and a special category that includes polar, radar, and histogram charts. Each category offers multiple types of graphs, and appropriate customization options for that graph type.
Caution: It is recommended not to use this feature as you may get unpredictable results. However, if you are using GRAPHENGINE=OLD, the Graph Editor can be used.
Before creating a graph, set {GRAPHENGINE=OLD] by using the SET tool from the Procedure viewer window of Developer Studio. For details on how to use the SET tool, see the Developing Reporting Applications manual.
Note: To avoid receiving an error message, deselect the Automatic Positioning option on the Graph Types tab before you click the Edit button.
Tip: Some menu selections may cause the dialog box to extend beyond the available display. Use the Up and Down arrow scroll bars to reposition the dialog box.
You return to the Graph Assistant. When you close the Graph Assistant you can save your changes to a file.
Tip: If you wish to see the changes you have made to the WebFOCUS graph code, right-click the graph procedure in the Procedure viewer window and select Edit Text. Notice that the Java™ code generated by the Graph Editor has been inserted into WebFOCUS graph StyleSheet code.
Tip: When you move the mouse pointer over a chart in the list, the message area at the bottom of the dialog box describes the chart.
The chart automatically updates to reflect the selected graph type. In addition, the Graph Editor menu changes to reflect the options that are available for the selected graph type.
A selection in the 3D graphs dialog box adds the GraphType property to the code that describes the chart.
setGraphType ( value );
where:
Is a number in the range 0-2, 4-7, 9-10, 12-14.
The 3-D icon tab displays the following dialog box:
When choosing among the styles of 3-D charts, use the thumbnail as an approximation of how your 3-D graph will look. The descriptions for each style match your graph with its purpose.
From left to right and top to bottom, selections include the following:
Note: For descriptions of graph types, see Selecting a Graph Type.
A selection in the Bar charts dialog box adds the GraphType property to the code that describes the chart.
setGraphType ( value );
where:
Is a number in the range 17-30.
The Bar tab displays the following dialog box:
When choosing among the styles of bar charts, use the thumbnail as an approximation of how your bar graph will look. The descriptions for each style match your graph with its purpose.
From left to right and top to bottom, selections include the following:
Note: For descriptions of graph types, see Selecting a Graph Type.
A selection in the Line charts dialog box adds the GraphType property to the code that describes the chart.
setGraphType ( value );
where:
Is a number in the range 41-54.
The Line tab displays the following dialog box:
When choosing among the styles of line charts, use the thumbnail as an approximation of how your line graph will look. The descriptions for each style match your graph with its purpose.
From left to right and top to bottom, selections include the following:
Note: For descriptions of graph types, see Selecting a Graph Type.
A selection in the Area charts dialog box adds the GraphType property to the code that describes the chart.
setGraphType ( value );
where:
Is a number in the range 31-40.
The Area tab displays the following dialog box:
When choosing among the styles of area charts, use the thumbnail as an approximation of how your area graph will look. The descriptions for each style match your graph with its purpose.
From left to right and top to bottom, selections include the following:
Note: For descriptions of graph types, see Selecting a Graph Type.
A selection in the Pie charts dialog box adds the GraphType property to the code that describes the chart.
setGraphType ( value );
where:
Is a number in the range 55-60.
The Pie tab displays the following dialog box:
When choosing among the styles of pie charts, use the thumbnail as an approximation of how your pie graph will look. The descriptions for each style match your graph with its purpose.
From left to right and top to bottom, selections include the following:
Note: For descriptions of graph types, see Selecting a Graph Type.
A selection in the Scatter charts dialog box adds the GraphType property to the code that describes the chart.
setGraphType ( value );
where:
Is a number in the range 61-64, 89-92.
The Scatter tab displays the following dialog box:
When choosing among the styles of scatter charts, use the thumbnail as an approximation of how your scatter graph will look. The descriptions for each style match your graph with its purpose.
From left to right and top to bottom, selections include the following:
Note: For descriptions of graph types, see Selecting a Graph Type.
A selection in the Hi-Lo dialog box adds the GraphType property to the code that describes the chart.
setGraphType ( value );
where:
Is a number in the range 70-84, 88.
The Hi-Lo tab displays the following dialog box:
When choosing among the styles of stock charts, use the thumbnail as an approximation of how your stock graph will look. The descriptions for each style match your graph with its purpose.
From left to right and top to bottom, selections include the following:
Note: For descriptions of graph types, see Selecting a Graph Type.
A selection in the Special charts dialog box adds the GraphType property to the code that describes the chart.
setGraphType ( value );
where:
Is a number in the range 65-69, 85-87.
The Special tab displays the following dialog box:
When choosing among the styles of special charts, use the thumbnail as an approximation of how your special graph will look. The descriptions for each style match your graph with its purpose.
From left to right and top to bottom, selections include the following:
Note: For descriptions of graph types, see Selecting a Graph Type.
WebFOCUS |