- I m willing to draw a aChartEngine Stacked bar chart and everthing works fine but the annotation below in bar[green color] is ligter and is not represented properly..i need custom label in middlt of the bar so used annotations
- when i make lable color as white it is not shown also since background is white , how to make textlable formating of annotations in achartengine?
- Anyidea how to add textview at x y position in achrtengine?
Asked
Active
Viewed 285 times
-1

KOTIOS
- 11,177
- 3
- 39
- 66
1 Answers
1
For annotations properties .
XYSeriesRenderer r = new XYSeriesRenderer();
r.setAnnotationsColor(Color.RED);
r.setAnnotationsTextSize(20);

keshav
- 3,235
- 1
- 16
- 22