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
Original issue reported on code.google.com by
adam.gle...@gmail.com
on 28 Jun 2011 at 5:18Attachments: