Hi All
when i create dataset for bar chart like
String title = "room";
barDataset.addValue(26, " ", title+"="+26+"票");
My label displays like
room=26票
now i want it to display like
room
26票
i try using \r\n inplace of = but cant able to display like this. will \r\n work in this example.
new line character problem in bar chart
-
- Posts: 9
- Joined: Fri Jun 13, 2008 4:09 am
- Location: Japan
-
- Posts: 9
- Joined: Fri Jun 13, 2008 4:09 am
- Location: Japan