|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CategorySeries | |
|---|---|
| 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. |
| org.achartengine.model | Provides the classes that handle the data values (data model) to be used by displaying the charts. |
| Uses of CategorySeries in org.achartengine |
|---|
| Methods in org.achartengine with parameters of type CategorySeries | |
|---|---|
static android.content.Intent |
ChartFactory.getDialChartIntent(android.content.Context context,
CategorySeries dataset,
DialRenderer renderer,
java.lang.String activityTitle)
Creates a dial chart intent that can be used to start the graphical view activity. |
static GraphicalView |
ChartFactory.getDialChartView(android.content.Context context,
CategorySeries dataset,
DialRenderer renderer)
Creates a dial chart intent that can be used to start the graphical view activity. |
static android.content.Intent |
ChartFactory.getPieChartIntent(android.content.Context context,
CategorySeries dataset,
DefaultRenderer renderer,
java.lang.String activityTitle)
Creates a pie chart intent that can be used to start the graphical view activity. |
static GraphicalView |
ChartFactory.getPieChartView(android.content.Context context,
CategorySeries dataset,
DefaultRenderer renderer)
Creates a pie chart intent that can be used to start the graphical view activity. |
| Uses of CategorySeries in org.achartengine.chart |
|---|
| Fields in org.achartengine.chart declared as CategorySeries | |
|---|---|
protected CategorySeries |
RoundChart.mDataset
The series dataset. |
| Constructors in org.achartengine.chart with parameters of type CategorySeries | |
|---|---|
DialChart(CategorySeries dataset,
DialRenderer renderer)
Builds a new dial chart instance. |
|
PieChart(CategorySeries dataset,
DefaultRenderer renderer)
Builds a new pie chart instance. |
|
RoundChart(CategorySeries dataset,
DefaultRenderer renderer)
Round chart. |
|
| Uses of CategorySeries in org.achartengine.model |
|---|
| Subclasses of CategorySeries in org.achartengine.model | |
|---|---|
class |
RangeCategorySeries
A series for the range category charts like the range bar. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||