Uses of Class
com.sas.graphics.components.waterfallchart.WaterfallChartDataModel

Packages that use WaterfallChartDataModel
com.sas.graphics.components.waterfallchart Waterfall Chart component and its related models. 
com.sas.servlet.tbeans.graphics Provides base classes for generating chart objects. 
com.sas.servlet.tbeans.graphics.html Provides classes for generating different chart objects. 
 

Uses of WaterfallChartDataModel in com.sas.graphics.components.waterfallchart
 

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

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

Constructors in com.sas.graphics.components.waterfallchart with parameters of type WaterfallChartDataModel
WaterfallChart(WaterfallChartDataModel waterfallChartDataModel)
          Construct a WaterfallChart attaching the WaterfallChartDataModel.
WaterfallChart(WaterfallChartDataModel waterfallChartDataModel, GraphStyle defaultGraphStyle)
          Construct a WaterfallChart attaching the WaterfallChartDataModel and applying GraphStyle to the WaterfallChart's WaterfallChartModel.
 

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

Methods in com.sas.servlet.tbeans.graphics with parameters of type WaterfallChartDataModel
 void BaseWaterfallChart.setDataModel(WaterfallChartDataModel newDataModel)
          Setting a WaterfallChartDataModel supplies a handle to the data along with a description of how to interpret the data values (i.e. how the data values are to be calculated and where they are to be displayed).
 

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

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.