Resources

SAS® AppDev Studio 3.0 Developer's Site

Bar Line Chart   About It Build It  

This example shows how to create a basic Bar Line Chart for display in a JSP page.

See It

Basic Bar Line Chart

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.