ibrahimsaputra / achartengine

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

Feature - Multiple colors for labels #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to have labels on axes colored with multiple colors.

So instead of method:
XYMultipleSeriesRenderer.setLabelsColor(int color); 

there should be several methods like
XYMultipleSeriesRenderer.setXLabelsColor(int color, int scale);
XYMultipleSeriesRenderer.setYLabelsColor(int color, int scale)

Original issue reported on code.google.com by stevo....@gmail.com on 1 Aug 2011 at 5:29

GoogleCodeExporter commented 9 years ago
Agreed. When using a chart with multiple Y axes, it may not be immediately 
obvious to the viewer which axis corresponds to which chart, particularly if 
they are in different units.

Original comment by mdpea...@gmail.com on 12 Aug 2011 at 2:56

GoogleCodeExporter commented 9 years ago
Fixes in SVN rev. r353.

Original comment by dandrome...@gmail.com on 10 Jan 2012 at 9:23