ibrahimsaputra / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Pie chart (We don't want line or label on pie Chart....) #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. We don't want any type of mark on Chart
2. We want below chart identifier vertically.
3.

We don't want line or label on pie Chart....
We want Properties labels that is shown at below vertical instead of  
horizontal.

Where I have to change...

we are using AchartEngine 0.7.0

Original issue reported on code.google.com by bhavesh4...@gmail.com on 5 Aug 2011 at 12:58

Attachments:

GoogleCodeExporter commented 9 years ago
I have tried to remove labels but it removes from all the places..and we want 
it be at below list but not on chart. 

Original comment by bhavesh4...@gmail.com on 5 Aug 2011 at 12:59

GoogleCodeExporter commented 9 years ago
If you want to remove only the labels: renderer.setShowLabels(false);
If you want to remove only the legend: renderer.setShowLegend(false);

Original comment by dandrome...@gmail.com on 10 Aug 2011 at 5:24

GoogleCodeExporter commented 9 years ago
Thank you so much....

Original comment by bhavesh4...@gmail.com on 11 Aug 2011 at 3:10

GoogleCodeExporter commented 9 years ago
i need to remove only line near to labels.. what is the method for that? Any 
one pls help me

Original comment by mbalaji....@gmail.com on 3 Dec 2013 at 10:29