I am trying to create a dynamic chart for my random generator that keeps pumping values. For the graph I am using AChartEngine. I am clear about my approach in the sense of using the Async Task mechan
In my app i want to display the graph when app launches. For this i used the tab activity. is it possible to implement this without tab activity? if yes, then how to implement this. please can anybody
Android: Hi, I\'m using AchartEngine to display charts in my App I have tried different ways to display this charts with some lists开发者_开发百科 under the chart in my app, but I haven\'t. I have no
I implemented the Line graph using the achartengine. But i want change the line graph background color. Somebody suggest that the following code for changing the background color.
Still having a great time fiddling with aChartEngine, but I have come to a point where I could some help.
I am using TimeChartView of AChartEngine 0.7.0 to draw chart. on x-axis there is dat开发者_开发百科e and for y-axis there is value for specific date.
Does anyone know how to change the location of the legend?I am trying to expand the graph to make use of all the space.
I am using the pie chart view from achartengine\'s tutorial. Here is what i want. I want the legends i.e. pass/fail to be displayed to the right of the pie chart as shown in th开发者_如何转开发e fi
I\'ve been trying for hours to get something as simple as displaying a line chart based on 2 dots that I supply manually and all I get is a crash. I\'ve tried to understand how everything works based
I\'ve modified XYseries demo for charting with Android using AChartEngine.It doesn\'t add the second array as a new series. Here is my code.