Resources

SAS® AppDev Studio 3.0 Developer's Site

Line Plot   About It Build It  

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

See It

Basic Line Plot

How It Works

This example uses a <sas:LinePlot> custom tag structure to create a Line Plot and assign axis labels to the plot. 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 LinePlotTableDataModel.