Uses of Class
com.sas.graphics.components.barchart.BarChartTableDataModel

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

Uses of BarChartTableDataModel in com.sas.graphics.components.barchart
 

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

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

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

Methods in com.sas.servlet.tbeans.graphics.html with parameters of type BarChartTableDataModel
 void BarChartComposite.setDataModel(BarChartTableDataModel dataModel)
          Sets the model on the viewer.
 void BarChart.setDataModel(BarChartTableDataModel dataModel)
          Sets the model on the viewer.
 

Constructors in com.sas.servlet.tbeans.graphics.html with parameters of type BarChartTableDataModel
BarChart(BarChartTableDataModel dataModel)
          Constructs a new BarChart Transformation Bean
BarChartComposite(BarChartTableDataModel model)
          Construct a new BarChartComposite object
BarChartComposite(BarChartTableDataModel dataModel, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Construct a new BarChartComposite object
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.