|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineChartModel | |
---|---|
com.sas.graphics.components.linechart | Line Chart component and its related models. |
com.sas.servlet.tbeans.graphics | Provides base classes for generating chart objects. |
Uses of LineChartModel in com.sas.graphics.components.linechart |
---|
Methods in com.sas.graphics.components.linechart that return LineChartModel | |
---|---|
LineChartModel |
LineChart.getGraphModel()
Returns the LineChartModel that encapsulates most of the LineChart's display properties. |
Methods in com.sas.graphics.components.linechart with parameters of type LineChartModel | |
---|---|
void |
LineChartModel.apply(LineChartModel theOtherModel)
Utility method to convey properties contained in "theOtherModel" to this object. |
void |
LineChart.setGraphModel(LineChartModel newLineChartModel)
Sets a LineChartModel encapsulating most
of the line chart's display properties. |
Uses of LineChartModel in com.sas.servlet.tbeans.graphics |
---|
Methods in com.sas.servlet.tbeans.graphics that return LineChartModel | |
---|---|
LineChartModel |
BaseLineChart.getGraphModel()
Returns the LineChartModel that encapsulates most of the LineChart's display properties. |
Methods in com.sas.servlet.tbeans.graphics with parameters of type LineChartModel | |
---|---|
void |
BaseLineChart.setGraphModel(LineChartModel newLineChartModel)
Sets a LineChartModel to define most of the LineChart's display properties. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |