To edit a graph in a JSP-based Web report, do any of the following in the Web Source view:
Place your cursor anywhere between the <rw:graph>
and
</rw:graph>
tags, then choose EditSettings to
re-enter the Graph Wizard. Note that any manual changes and additions you've
made to the graph XML will be lost if you click Finish, which redefaults
the graph to the definition in the Graph Wizard.
Delete and re-create the graph as follows:
Delete all lines from the <rw:graph>
tag to the </rw:graph>
tag.
Between the <rw:graph>
and </rw:graph>
tags that define the graph, make changes
directly to the JSP and XML tags. This enables you to customize your graph
XML definition beyond the scope of the Graph Wizard. 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
In Getting Started with Oracle Reports on the Oracle Technology
Network (OTN): on the Oracle Reports 10g page (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.
Editing a graph in a paper-based report
Copyright © 1984, 2005, Oracle. All rights reserved.