|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaterfallChartModel | |
---|---|
com.sas.graphics.components.waterfallchart | Waterfall Chart component and its related models. |
com.sas.servlet.tbeans.graphics | Provides base classes for generating chart objects. |
Uses of WaterfallChartModel in com.sas.graphics.components.waterfallchart |
---|
Methods in com.sas.graphics.components.waterfallchart that return WaterfallChartModel | |
---|---|
WaterfallChartModel |
WaterfallChart.getGraphModel()
Returns the WaterfallChartModel that encapsulates most of the WaterfallChart's display properties. |
Methods in com.sas.graphics.components.waterfallchart with parameters of type WaterfallChartModel | |
---|---|
void |
WaterfallChartModel.apply(WaterfallChartModel theOtherModel)
Utility method to convey properties contained in "theOtherModel" to this object. |
void |
WaterfallChart.setGraphModel(WaterfallChartModel newWaterfallChartModel)
Sets a WaterfallChartModel encapsulating most
of the bar chart's display properties. |
Uses of WaterfallChartModel in com.sas.servlet.tbeans.graphics |
---|
Methods in com.sas.servlet.tbeans.graphics that return WaterfallChartModel | |
---|---|
WaterfallChartModel |
BaseWaterfallChart.getGraphModel()
Get the WaterfallChartModel that controls the WaterfallChart's display proeprties. |
Methods in com.sas.servlet.tbeans.graphics with parameters of type WaterfallChartModel | |
---|---|
void |
BaseWaterfallChart.setGraphModel(WaterfallChartModel newWaterfallChartModel)
Set a WaterfallChartModel to control the WaterfallChart's display proeprties. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |