2014-02-21 159 views

回答

1

,所述削波发生的原因是因为所述注释被放置在具有clipsToBounds集到YES的图。

要改变这一点:

chart.canvas.glView.clipsToBounds = NO; 

要启用此编译,你就必须导入SChartCanvas.h

#import <ShinobiControls/SChartCanvas.h> 

希望帮助

SAM

相关问题