In the Structure window, right-click the graph node and choose Insert inside Right-click the dvt:legendText node and choose Insert inside dvt:legendText

24-38 Web User Interface Developers Guide for Oracle Application Development Framework – False indicates that markers are displayed in the graph rather than data lines. ■ MarkerDisplayed : Specifies whether markers or data lines appear in graph. You can set these values: – True indicates that markers are displayed in a graph. – False indicates that data lines are displayed in a graph.

24.7.2.2 How to Change the Appearance of Lines in a Graph Series

You can customize the appearance of lines by using the dvt:seriesSet tag and the dvt:series tag as described in the following list: ■ On the dvt:seriesSet tag, you can affect all the dvt:series tags within that set by specifying values for the following attributes: – defaultMarkerShape: Used only for line, scatter, and combination graphs. Identifies a default marker shape for all the series in the series set. – defaultMarkerType: Used only for combination graphs. Valid values include MT_AREA, MT_BAR, MT_MARKER, and MT_DEFAULT. ■ On the dvt:series tag, you can specify settings for each individual series using the following line attributes: – lineWidth: Specifies the width of a line in pixels – lineStyle: Specifies whether you want the graph to use solid lines, dotted lines, dashed lines, or dash-dot combination lines. See the procedures in Section 24.6.1.1, How to Specify the Color and Style for Individual Series Items for more information about using the dvt:seriesSet tag and the dvt:series tag.

24.7.3 Customizing Pareto Graphs

A Pareto graph identifies the sources of defects using a series of bars. The bars are arranged by value, from the greatest to the lowest number. The Pareto line shows the percentage of cumulative values of the bars, to the total values of all the bars in the graph. The line always ends at 100 percent. You can customize the Pareto line and the Pareto marker by using the following graph child tags: ■ dvt:paretoLine tag: Lets you specify the color, line width, and line style such as solid, dashed, dotted, or a combination of dash-dot. ■ dvt:paretoMarker tag: Lets you specify the shape of the Pareto markers. To customize a Pareto graph: 1. In the Structure window, right-click the graph node and choose Insert inside dvt:typeGraph