Use the Graph Type page to select a graph type for a graph.
Graph Type box -- Specifies a graph type category for the graph, such as Pie. This is only a category, it is the graph subtype that determines the actual display of the graph.
Graph Subtypes box -- Specifies a graph subtype for the graph, such as Pie.
3DEffect box -- Specifies whether to display the graph with the appearance of depth. This 3-D effect does not affect 3D graphs.
Description box -- Briefly describes the selected graph subtype.
Note: In prior releases, this page included a 3DEffect
check box to allow you to specify whether to display the graph with the appearance
of depth. To implement this effect in Oracle Reports 10g, you will
need to edit your graph XML definition as shown in bold font in
the following example for a bar graph:
<rw:graph id="CT_1" src="G_EMPNO" groups="ENAME"
dataValues="SAL">
<?xml version="1.0" ?>
<Graph version="3.2.0.22" depthAngle="50" depthRadius="8"
pieDepth="30" pieTilt="20"/>
...
-->
</rw:graph>
Copyright © 1984, 2005, Oracle. All rights reserved.