开发者

iPhone Chart: How can we zoom in in Core Plot ? (example code: AAPLot)

开发者 https://www.devze.com 2023-04-10 11:39 出处:网络
iPhone Chart: How can we zoom inin Core Plot ? (example code: AAPLot) I am now using Core Plot to draw a Chart by example Code AAPLot

iPhone Chart: How can we zoom in in Core Plot ? (example code: AAPLot)

I am now using Core Plot to draw a Chart by example Code AAPLot

CPTGraphHostingView *graphHost;
IBOutlet UIScrollView *_scrollview;
IBOut开发者_StackOverflow中文版let UIView *zoom_view;    
APYahooDataPuller *datapuller;
CPTXYGraph *graph;

How to let the View zoom in and zoom out?

0

精彩评论

暂无评论...
验证码 换一张
取 消