The Graph Settings property displays the Graph Settings dialog box to enable you to specify the settings that you can edit for the selected graph without invoking the Graph Wizard. It also enables you to edit the graph XML definition beyond the scope of the Graph Wizard.
Applies to |
Graph objects |
Default |
The settings specified by the Graph Wizard |
Required/Optional |
Required |
For paper layout reports, you must specify all required rw:graph
JSP tag attributes in the Graph Settings dialog box. (For Web layout
reports, you specify rw:graph
JSP tag attributes in the Web
Source view.)
Oracle Reports 10g Release 2 (10.1.2) introduces the ability
to specify the sorting order of dates in graphs, with the dateSortOrder
attribute of the rw:graph
JSP tag (specified with this property for paper layout reports, or in
the Web Source view for Web layout reports).
To customize your graph XML definition beyond the scope of the attributes
set with the Graph Wizard, you can use this property to directly edit the
graph XML (for paper-based reports). The full list of attributes available
is defined in the DTD file, graph.dtd
.
Note: The graph.dtd
is available in the following
locations:
ORACLE_HOME\jlib\bigraphbean.jar
http://www.oracle.com/technology/products/reports/index.html
),
click Getting Started to display the Getting Started
with Oracle Reports home page. In the list of topic sections on the left,
click Index. In the Collateral Type
list, choose Documentation and click Search.
In the list that displays, find the Documented Graph DTD.Following is an example of a value for the Graph Settings property, as specified in the Graph Settings dialog box:
<rw:graph id="graph0" src="G_EMPNO" groups="JOB" series="DEPTNO" dataValues="SAL"> <?xml version="1.0" ?> <Graph version="2.2.0.13" depthAngle="0" pieDepth="0" pieTilt="0"> <O1Axis lineWidth="1"/> <O1MajorTick lineWidth="1"/> <O1Title textRotation="TR_HORIZ_ROTATE_90"/> <X1Axis lineWidth="1"/> <Y1Axis lineWidth="1"/> <Y1MajorTick lineWidth="1"/> <Y2Axis lineWidth="1"/> <Y2MajorTick lineWidth="1"/> </Graph>
</rw:graph>
Copyright © 1984, 2005, Oracle. All rights reserved.