What steps will reproduce the problem?
1. Combine a TimeChart with other Charts
What is the expected output? What do you see instead?
Please provide a source code snippet that we can use to replicate the issue.
What version of the product binary library are you using?
1.1.0
Please provide any additional information below.
If you use getCombinedXYChartView with a TimeChart, you can't specify a date
format (let's say month names, "MMM"). Then you have to treat the TimeChart as
if it was a LineChart...
by using
renderer.setXLabels(0);
followed by some
renderer.addXTextLabel(n, "some text");
but by using renderer.setXLabels(0);
you will loose the vertical grid lines.
Thank you
Original issue reported on code.google.com by luca.cri...@gmail.com on 9 Sep 2013 at 9:03
Original issue reported on code.google.com by
luca.cri...@gmail.com
on 9 Sep 2013 at 9:03