Uses of Class
com.sas.graphics.components.barlinechart.BarLineChartModel

Packages that use BarLineChartModel
com.sas.graphics.components.barlinechart BarLine Chart component and its related models. 
com.sas.servlet.tbeans.graphics Provides base classes for generating chart objects. 
 

Uses of BarLineChartModel in com.sas.graphics.components.barlinechart
 

Methods in com.sas.graphics.components.barlinechart that return BarLineChartModel
 BarLineChartModel BarLineChart.getGraphModel()
          Returns the BarLineChartModel that encapsulates most of the BarLineChart's display properties.
 

Methods in com.sas.graphics.components.barlinechart with parameters of type BarLineChartModel
 void BarLineChartModel.apply(BarLineChartModel theOtherModel)
          Utility method to convey properties contained in "theOtherModel" to this object.
 void BarLineChart.setGraphModel(BarLineChartModel newBarLineChartModel)
          Sets a BarLineChartModel encapsulating most of the bar-line chart's display properties.
 

Uses of BarLineChartModel in com.sas.servlet.tbeans.graphics
 

Methods in com.sas.servlet.tbeans.graphics that return BarLineChartModel
 BarLineChartModel BaseBarLineChart.getGraphModel()
          Returns the BarLineChartModel that encapsulates most of the BarLineChart's display properties.
 

Methods in com.sas.servlet.tbeans.graphics with parameters of type BarLineChartModel
 void BaseBarLineChart.setGraphModel(BarLineChartModel newBarLineChartModel)
          Sets a BarLineChartModel to define most of the BarLineChart's display properties.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.