SAS® AppDev Studio™ 3.0 Developer's Site
|
Bar Line Chart |
|
 |
 |
|
This example shows how to create a basic Bar Line Chart for display in a JSP page.
See It
How It Works
The example uses a <sas:BarLineChart>
custom tag structure to create a BarLineChart and assign axis labels to the
chart. For the data source, it uses servlet code to get a JDBC connection
to SAS data, builds a relational data model with a JDBCToTableModelAdapter,
and then assigns the adapter to a BarLineChartTableDataModel.