yuxinburen / achartengine

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

Change XYChart.getLabel() method signature #409

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Feature Request:

Please change XYChart.getLabel(NumberFormat format, double value)

to XYChart.getLabel(Format format, double value)

This will make it more extensible.

or add getXLabel<T extends Format,S>(T format, S value) and
getXLabel<T extends Format,S>(T format, S value)

Original issue reported on code.google.com by robertsc...@gmail.com on 20 May 2014 at 5:32

GoogleCodeExporter commented 9 years ago
Last line should be;

getYLabel<U extends Format,V>(U format, V value)

Original comment by robertsc...@gmail.com on 20 May 2014 at 5:33

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 16 Sep 2014 at 7:30