Resources

SAS® AppDev Studio 3.0 Developer's Site

Line Chart   About It Build It  

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

See It

Basic Line Chart

How It Works

This example uses a <sas:LineChart> custom tag structure to create a Line Chart and assign axis labels to the chart. For the data source, it uses servlet code to get a JDBC connection to SAS data, build a relational data model with a JDBCToTableModelAdapter, and then assign the adapter to a LineChartTableDataModel.