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

Packages that use BarChartDataModel
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 BarChartDataModel in com.sas.graphics.components.barchart
 

Methods in com.sas.graphics.components.barchart that return BarChartDataModel
 BarChartDataModel BarChart.getDataModel()
          Returns the BarChartDataModel which provides a handle to the data and associated graph mapping properties.
 

Methods in com.sas.graphics.components.barchart with parameters of type BarChartDataModel
 void BarChart.setDataModel(BarChartDataModel newDataModel)
          The number and arrangement of bar elements, axes and legend is determined by the BarChart's dataModel property (a BarChartDataModel) which provides a handle to the data and associated graph mapping properties.
 

Constructors in com.sas.graphics.components.barchart with parameters of type BarChartDataModel
BarChart(BarChartDataModel barChartDataModel)
          Construct a BarChart attaching the BarChartDataModel.
BarChart(BarChartDataModel barChartDataModel, GraphStyle defaultGraphStyle)
          Construct a BarChart attaching the BarChartDataModel and applying GraphStyle to the BarChart's BarChartModel.
 

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

Methods in com.sas.servlet.tbeans.graphics.html that return BarChartDataModel
 BarChartDataModel BarChart.getDataModel()
          Gets the model on the viewer.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.