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 に答える