如何使用AchartEngine将文本居中并在条形图上增加文本大小?

时间:2013-02-13 18:55:55

标签: android achartengine

我能够实现条形图,但我想纠正各种问题..

1 - How to center the text on bar?

2 - How to increase the text size on bar?

3 - can we change the orientation of bars?

4 - How to change colour of each bar?

请帮帮我们。

1 个答案:

答案 0 :(得分:3)

  1. renderer.setChartValuesTextAlign(Align.CENTER);
  2. renderer.setChartValuesTextSize();
  3. renderer.setOrientation(Orientation.VERTICAL);但请注意,此类图表是实验图表。
  4. 将它们分开放置。