|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RadarChartDataModel | |
---|---|
com.sas.graphics.components.radarchart | Radar 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 RadarChartDataModel in com.sas.graphics.components.radarchart |
---|
Methods in com.sas.graphics.components.radarchart that return RadarChartDataModel | |
---|---|
RadarChartDataModel |
RadarChart.getDataModel()
Returns the RadarChartDataModel that provides data properties. |
Methods in com.sas.graphics.components.radarchart with parameters of type RadarChartDataModel | |
---|---|
void |
RadarChart.setDataModel(RadarChartDataModel newDataModel)
Sets the RadarChartDataModel which provides data properties along with any associated mapping properties to define the number and arrangement of data elements, legend and axes. |
Constructors in com.sas.graphics.components.radarchart with parameters of type RadarChartDataModel | |
---|---|
RadarChart(RadarChartDataModel radarChartDataModel)
Construct a RadarChart, assigning radarChartDataModel, and using the default GraphStyle (GraphStyle.STYLE_CONVENTION). |
|
RadarChart(RadarChartDataModel radarChartDataModel,
GraphStyle defaultGraphStyle)
Construct a RadarChart assigning radarChartDataModel and applying graphStyle. |
Uses of RadarChartDataModel in com.sas.servlet.tbeans.graphics |
---|
Methods in com.sas.servlet.tbeans.graphics with parameters of type RadarChartDataModel | |
---|---|
void |
BaseRadarChart.setDataModel(RadarChartDataModel newDataModel)
Sets the RadarChartDataModel which provides data properties along with any associated mapping properties to define the number and arrangement of data elements, legend and axes. |
Uses of RadarChartDataModel in com.sas.servlet.tbeans.graphics.html |
---|
Methods in com.sas.servlet.tbeans.graphics.html that return RadarChartDataModel | |
---|---|
RadarChartDataModel |
RadarChart.getDataModel()
Gets the model on the viewer. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |