|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BarLineChartDataModel | |
---|---|
com.sas.graphics.components.barlinechart | BarLine 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 BarLineChartDataModel in com.sas.graphics.components.barlinechart |
---|
Methods in com.sas.graphics.components.barlinechart that return BarLineChartDataModel | |
---|---|
BarLineChartDataModel |
BarLineChart.getDataModel()
Returns the BarLineChartDataModel
which provides a handle to the data and associated
graph mapping properties. |
Methods in com.sas.graphics.components.barlinechart with parameters of type BarLineChartDataModel | |
---|---|
void |
BarLineChart.setDataModel(BarLineChartDataModel newDataModel)
The number and arrangement of bar and/or line elements, axes and legend is determined by the BarLineChart 's
dataModel property (a BarLineChartDataModel |
Constructors in com.sas.graphics.components.barlinechart with parameters of type BarLineChartDataModel | |
---|---|
BarLineChart(BarLineChartDataModel barLineChartDataModel)
Construct a BarLineChart, assigning barLineChartDataModel, and using the default GraphStyle (GraphStyle.STYLE_CONVENTION). |
|
BarLineChart(BarLineChartDataModel barLineChartDataModel,
GraphStyle defaultGraphStyle)
Construct a BarLineChart assigning barLineChartDataModel and applying graphStyle. |
Uses of BarLineChartDataModel in com.sas.servlet.tbeans.graphics |
---|
Methods in com.sas.servlet.tbeans.graphics with parameters of type BarLineChartDataModel | |
---|---|
void |
BaseBarLineChart.setDataModel(BarLineChartDataModel newDataModel)
Sets the BarLineChartDataModel that provides data properties like where the data values are located and how they are to be displayed by the BarLineChart. |
Uses of BarLineChartDataModel in com.sas.servlet.tbeans.graphics.html |
---|
Methods in com.sas.servlet.tbeans.graphics.html that return BarLineChartDataModel | |
---|---|
BarLineChartDataModel |
BarLineChart.getDataModel()
Gets the model on the viewer. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |