摘要:
CGContextAddArc是一个比较强大的函数,建议仔细看一下iphone的开发文档。CGContextAddArc(CGContextRefc,CGFloatx,CGFloaty,CGFloatradius,CGFloatstartAngle,CGFloatendAngle,intclockwise)CGContextRef: 图形上下文x,y: 开始画的坐标radius: 半径startA... 阅读全文
摘要:
曾经在cocoachina上看到过绘制的立体的柱状图,效果非常不错,下面是链接,http://www.cocoachina.com/bbs/read.php?tid-9462-toread-1.htmlNTChartView.hNTChartView.m尊重作者的劳动成果,佩服作者的功底。 阅读全文
摘要:
先上效果图:直接贴上完整的实现代码, 看不懂的地方自己google查询,学习。CustomPolylineView.h//create by suruiqiang 10.10.8#import <UIKit/UIKit.h>// 点状图@interface CustomPolylineView : UIView { NSArray* dataSource; NSMutableArray* dataSourceAfterPorcess; float maxValue, minValue, averageScaleValue, columnWidth; float standardVa 阅读全文