MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

BarGraph - Pagination

Open migueljr13 opened this issue 3 years ago • 1 comments

Hello, guys!!

Please, @PhilJay and community!

Does have any idea to solve a offset (also named Pagination) like a file attached.

Thanks.

BarGraph - Pagination.docx

migueljr13 avatar May 04 '22 16:05 migueljr13

If they number of visible points is always the same, try chart.moveViewToX(pageSize * page)

cmy82 avatar Jun 12 '22 17:06 cmy82