Uses of Class
com.sas.graphics.components.linechart.LineChartTableDataModel

Packages that use LineChartTableDataModel
com.sas.graphics.components.linechart Line Chart component and its related models. 
com.sas.servlet.tbeans.graphics.html Provides classes for generating different chart objects. 
 

Uses of LineChartTableDataModel in com.sas.graphics.components.linechart
 

Methods in com.sas.graphics.components.linechart with parameters of type LineChartTableDataModel
 void LineChartTableDataModel.apply(LineChartTableDataModel theOtherModel)
          Utility method to convey properties contained in "theOtherModel" to this object.
 

Uses of LineChartTableDataModel in com.sas.servlet.tbeans.graphics.html
 

Methods in com.sas.servlet.tbeans.graphics.html that return LineChartTableDataModel
 LineChartTableDataModel LineChartComposite.getDataModel()
          Returns the model on the viewer.
 

Methods in com.sas.servlet.tbeans.graphics.html with parameters of type LineChartTableDataModel
 void LineChartComposite.setDataModel(LineChartTableDataModel dataModel)
          Sets the model on the viewer.
 void LineChart.setDataModel(LineChartTableDataModel dataModel)
          Sets the model on the viewer.
 

Constructors in com.sas.servlet.tbeans.graphics.html with parameters of type LineChartTableDataModel
LineChart(LineChartTableDataModel dataModel)
           
LineChartComposite(LineChartTableDataModel model)
          Construct a new LineChartComposite object
LineChartComposite(LineChartTableDataModel dataModel, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Construct a new LineChartComposite object
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.