Previous TopicNext Topic


How to specify data for a scatter chart

  1. On Chart, choose Select Data.
  2. Chart--Select Data appears.

  3. In Category Series, supply an expression that determines where points appear relative to the x axis. You can drag a column from Data Preview, type an expression, or choose Edit Expression to build an expression.
  4. For example, to build the sample chart, use the following expression:
    row["Budget"] 
    
  5. In Value Series, supply an expression that determines where points appear relative to the y axis.
  6. For example, to build the sample chart, use the following expression:
    row["Population"] 
    
    Choose Finish.
    The chart design appears in the layout editor.
  7. To see the chart with data, choose Preview.
  8. The chart appears in the previewer using default formatting and layout.

(c) Copyright Actuate Corporation 2006

Previous TopicNext Topic