How to plot more plot points in CPTGraph. I want to implement it using NSScrollView. But there is no delegate methods for checking the “scrolling”.
Please give me some suggestions for implementing the above.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you have to use a scroll view? Core Plot natively supports scrolling. Just set
allowsUserInteractiontoYESon the plot space. You can set theglobalXRangeand/orglobalYRangeto limit the scrolling range. You can also use a plot space delegate to monitor the scrolling and exert more control over the scrolling behavior or perform other actions.