You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to scroll to a portion of the graph defined by a rect (or offset) in terms of screen points instead of data points?
I would like to position the viewport in a similar fashion of what I can do with a UIScrollView using the scrollToRect/scrollToOffset method.
The only scroll method I found is moveViewToX(xIndex: Int) but it needs data point, not screen points.
The text was updated successfully, but these errors were encountered:
alessandroorru
changed the title
Positioning using bounds instead of xIndex
Positioning using screen points instead of xIndex
Oct 20, 2015
Is it possible to scroll to a portion of the graph defined by a rect (or offset) in terms of screen points instead of data points?
I would like to position the viewport in a similar fashion of what I can do with a UIScrollView using the
scrollToRect
/scrollToOffset
method.The only scroll method I found is
moveViewToX(xIndex: Int)
but it needs data point, not screen points.The text was updated successfully, but these errors were encountered: