|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PieChartDataModel | |
---|---|
com.sas.graphics.components.piechart | Pie 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 PieChartDataModel in com.sas.graphics.components.piechart |
---|
Methods in com.sas.graphics.components.piechart that return PieChartDataModel | |
---|---|
PieChartDataModel |
PieChart.getDataModel()
Returns the PieChartDataModel that provides a handle to the data along with any associated mapping properties. |
Methods in com.sas.graphics.components.piechart with parameters of type PieChartDataModel | |
---|---|
void |
PieChart.setDataModel(PieChartDataModel newDataModel)
Sets the PieChartDataModel which provides a handle to the data, along with associated mapping properties, to define the number and arrangement of data elements (that is slices). |
Constructors in com.sas.graphics.components.piechart with parameters of type PieChartDataModel | |
---|---|
PieChart(PieChartDataModel pieChartDataModel)
Construct a PieChart, assigning pieChartDataModel, and using the default GraphStyle (GraphStyle.STYLE_CONVENTION). |
|
PieChart(PieChartDataModel pieChartDataModel,
GraphStyle defaultGraphStyle)
Construct a PieChart assigning pieChartDataModel and applying defaultGraphStyle. |
Uses of PieChartDataModel in com.sas.servlet.tbeans.graphics |
---|
Methods in com.sas.servlet.tbeans.graphics with parameters of type PieChartDataModel | |
---|---|
void |
BasePieChart.setDataModel(PieChartDataModel newDataModel)
Sets the PieChartDataModel which provides a handle to the data, along with associated mapping properties, to define the number and arrangement of data elements (i.e. slices). |
Uses of PieChartDataModel in com.sas.servlet.tbeans.graphics.html |
---|
Methods in com.sas.servlet.tbeans.graphics.html that return PieChartDataModel | |
---|---|
PieChartDataModel |
PieChart.getDataModel()
Gets the model on the viewer. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |