ibrahimsaputra / achartengine

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

Patch for /trunk/achartengine/src/org/achartengine/chart/AbstractChart.java #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Added a method  drawString(Canvas canvas, String text, float x, float y, Paint 
paint)

I am developing a app which do some real time plotting and I want to show the 
most updated value under its title.

However, the current code will draw a [] for "\n".

With the new method, we can make multiple line titles now.

Regards,
Wenshan Ren

Original issue reported on code.google.com by renws1990@gmail.com on 30 Jan 2012 at 4:57

Attachments:

GoogleCodeExporter commented 9 years ago
Great contribution, thanks.
Included in SVN rev. r364.

Original comment by dandrome...@gmail.com on 10 Mar 2012 at 5:12