Search found 1 match
- Thu May 03, 2012 2:12 pm
- Forum: Java
- Topic: Paging Issue on Android
- Replies: 1
- Views: 6253
Paging Issue on Android
Hello, I want to page previous/next through a multi-page bar chart. When I page next, I can see the correct bar on the next page, but also see the bar from the previous page. They overlap each other. e.g. chart.getChart().getPage().next(); I've seen paging bugs on other forums. Is this an known issu...