I am using AchartEngine Lib for displaying Pie chart inside my application, but I am facing a weird issue like when I changes the orientation of my phone the pie chart is not centred aligned it changes the direction anywhere.
Please let me know how can I centre aligne the pie Chart?
I am using "achartengine" for time-chart and I want to change data on y-axis from 1,2,3 to 0.5,1.0,1.5 etc
Thanks
I have setup chart engine it worked fine and after try to add one more graph to chart, I got following error message on log cat.
I have collected event data and stored the in a database with name, start time and end time.
The afreechart library have an example app which I though i could use 'XY bar chart demo 07' http://afreechart.googlecode.com/svn/doc/screenshot/index.html
I think that I have managed to implement it using createXYBarChart, but i can't figure out how to create the dataset.
I just want to display the Y values right above the chart line, I found that the method to do this is setting setDisplayChartValues to true.
I'm using AChartEngine library for Android and I want to add the euro symbol to all Y axis labels.
I've already tried a solution based on the code below but the labels are close together and do not adapt to the events like zoom in / out.
renderer.setYLabels(0);
int count = 10;
for(int i = 0; i < count; i++){
Double d = dataset.getSeriesAt(0).getY(i);
renderer.addYTextLabel(i, d + " € "
i want to use chart in android, i use this framework http://www.achartengine.org/
this class will use when start:
public class ChartDemo extends ListActivity {
/** Called when the activity is first created.
I'm trying to make a chart off of some data that I've got, but I'm not getting a chart that shows any data at all. Is there a tutorial or something that I can use?
Steps that I've been following:
1. Highlight desired data area in spreadsheet
2. Click "Chart" button
3. Select chart type
4.
Hi
I am very new to android.
I want to render a pie chart in android using tee chart.
I can able to render a piechart but but i want when i touch a perticular slice of pie that must be drill down and render another pie chart .Any one of you plase help :)
thanks in advance
Thanks & Regard,
Manasa Mandalapu