Dr Glass
Dr Glass

Reputation: 1489

add custom text next to chartvalues - achartengine

I'm working on TimeSeries chart with temperature. I want to add a custom text next to the Chart values, for example we have 1,34 and 'hot' on the chart. Is it possible to add custom text to the chart values?

Upvotes: 2

Views: 592

Answers (1)

Dan D.
Dan D.

Reputation: 32391

That is currently not possible.

However, you can add custom Y axis labels, if you need.

Support for annotations has been added to SVN. You can checkout the code according to this page and run an ant dist in order to build an up to date achartengine.jar file including this fix.

Or you can use an intermediate version from here.

Upvotes: 1

Related Questions