achartengine
XY Chart for Random generator
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[详细]
2023-04-12 11:59 分类:问答How to launch the graph as initial activity using achartengine
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[详细]
2023-04-12 11:56 分类:问答Android: how to create lists under the charts in Achartengine?
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[详细]
2023-04-12 06:17 分类:问答android - How to change the background color of the graph using achartengine
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.[详细]
2023-04-12 03:03 分类:问答How do I set grid depth\z-index of achartengine in Android?
Still having a great time fiddling with aChartEngine, but I have come to a point where I could some help.[详细]
2023-04-11 09:16 分类:问答Achartengine X labels with uneven interval of time
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.[详细]
2023-04-09 19:08 分类:问答Achartengine legend location
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.[详细]
2023-04-08 20:11 分类:问答how to display legend on right side of piechart in achartengine android
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[详细]
2023-04-07 06:46 分类:问答Very basic AChartEngine XY
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[详细]
2023-04-06 13:24 分类:问答series.add doesn't add new series
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.[详细]
2023-04-04 07:56 分类:问答