1

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

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?

请帮助伙计们。

4

1 回答 1

3
  1. renderer.setChartValuesTextAlign(Align.CENTER);
  2. renderer.setChartValuesTextSize();
  3. renderer.setOrientation(Orientation.VERTICAL);但请注意,这种图表是实验性的。
  4. 将它们放在单独的系列中。
于 2013-02-14T08:46:37.630 回答