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