ibrahimsaputra / achartengine

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

Custom Labels Outside X Axis Range #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a chart.  Fill it with data.  In my example I create a line chart 
with data points with x-values ranging from 0 to 20.
2. Put a custom label just outside this x-range.  In my example I put it at x = 
-1.
3. Look at the rendered chart.

What is the expected output? What do you see instead?
I would not expect to see a custom label at x = x0 when renderer.getXAxisMin() 
<= x0 <= renderer.getXAxisMax().  However, I do see it.

Please provide a source code snippet that we can use to replicate the issue.
(See the attached file.)

What version of the product binary library are you using?
0.6.0

Original issue reported on code.google.com by adam.gle...@gmail.com on 28 Jun 2011 at 5:18

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in svn rev. r231.

Original comment by dandrome...@gmail.com on 30 Jun 2011 at 5:52