githubbub / achartengine

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

[Feature Request] New Constructor fot getCombinedXYChartView #348

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Just enable the grid for the custom labels.

Original comment by dandrome...@gmail.com on 31 Oct 2013 at 9:23