Chapter Contents

Previous

Next
SAS/AF Software: Class Dictionary

Specifying the Chart Type in a Scatter Control

The Scatter control can generate a scatter plot, a join plot, and a surface plot. To specify the plot type, set the chartType attribute to either Scatter, Join, or Surface.

A join plot is essentially a scatter plot with a join line drawn through the markers. To display the join line without the markers, set the markerShape attribute to None. You can use the joinLineWidth and joinColor attributes to set the size and color of the join line.

For a Scatter control named scatter1, the following code sets the chartType attribute to Scatter:

scatter1.chartType = 'scatter';


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.