|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipleCategorySeries | |
---|---|
org.achartengine | The main classes, including the ChartFactory, GraphicalActivity and GraphicalView. |
org.achartengine.chart | Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer. |
Uses of MultipleCategorySeries in org.achartengine |
---|
Methods in org.achartengine with parameters of type MultipleCategorySeries | |
---|---|
static android.content.Intent |
ChartFactory.getDoughnutChartIntent(android.content.Context context,
MultipleCategorySeries dataset,
DefaultRenderer renderer,
java.lang.String activityTitle)
Creates a doughnut chart intent that can be used to start the graphical view activity. |
static GraphicalView |
ChartFactory.getDoughnutChartView(android.content.Context context,
MultipleCategorySeries dataset,
DefaultRenderer renderer)
Creates a doughnut chart intent that can be used to start the graphical view activity. |
Uses of MultipleCategorySeries in org.achartengine.chart |
---|
Constructors in org.achartengine.chart with parameters of type MultipleCategorySeries | |
---|---|
DoughnutChart(MultipleCategorySeries dataset,
DefaultRenderer renderer)
Builds a new doughnut chart instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |