A script-enabled browser is required for this page to function properly.

Graph Settings property

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

Usage notes

Example

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>