I am using Achartengine for making graphs, and so far it was not so confusing when I made linegraphs with float datas and the achartengine cut the numbers at the decimal point. But if I use PieGraph and count the percentage of all parts and put this number into the graph that indicates the part, it cuts the number at the decimal points again. For example I get three numbers: 28,51,20, summing only 99 🙂
The LineGraph also accepts only integers, so it cuts the 344.6 to 344.
Is it possible to make float numbers appear on graph using achartengine?
I am using Achartengine for making graphs, and so far it was not so
Share
I don’t know this API but it seems that the model support doubles. So even if they appear rounded for Gfx, values used by the chart engine seem to be doubles.