Chapter Contents |
Previous |
Next |
SAS/AF Software: Class Dictionary |
A Chart control can generate a bar chart, box chart, line chart, and area chart. To specify the chart type, set the chartType attribute to one of the values
For example, for a Chart control named chart1, the following code sets the chartType attribute to Bar:
chart1.chartType = 'bar';
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.