What steps will reproduce the problem?
1. Create a Bar chart
2. Set text label with XYMultipleSeriesRenderer.addXTextLabel (Eg: month name
for 1: Jan, 2: Feb, etc)
3. Run the app
4. Zoom in on the graph
What is the expected output? What do you see instead?
Expected: 12 labels with month names from Jan to Dec
Result: When zooming in, the month name is overlapped with the month number
Please provide a source code snippet that we can use to replicate the issue.
Can be replicated on the project's demo: SalesStackedBarChart, by adding
renderer.addXTextLabel(1, "Jan"); renderer.addXTextLabel(2, "Feb"); etc
What version of the product binary library are you using?
Version 0.7.0
Please provide any additional information below.
Original issue reported on code.google.com by andy.ghi...@gmail.com on 21 Sep 2011 at 8:04
Original issue reported on code.google.com by
andy.ghi...@gmail.com
on 21 Sep 2011 at 8:04