ibrahimsaputra / achartengine

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

how to disable showing title #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to disable title
2.
3.

What is the expected output? What do you see instead?
I do not want any title to show in my linechart. But I can not do this. I put 
this type of string String title = "";
but in that case it show a line instead of title. but I do not want to show 
anything in the place of title. How can I solve this?

Please provide a source code snippet that we can use to replicate the issue.

What version of the product binary library are you using?
achartengine-0.6.0
Please provide any additional information below.

Original issue reported on code.google.com by fhaque.c...@gmail.com on 29 Jun 2011 at 5:32

GoogleCodeExporter commented 9 years ago
to disable show title use renderer.setShowLegend(false)

Original comment by fhaque.c...@gmail.com on 29 Jun 2011 at 12:43

GoogleCodeExporter commented 9 years ago
Or the easy way:
renderer.setChartTitle("");

Original comment by dandrome...@gmail.com on 30 Jun 2011 at 4:02