Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhone sdk:是否有任何框架支持用户在 iphone sdk 中绘制“蜡烛图”?
我尝试了以下框架:
但似乎不是例子来说明如何绘制蜡烛图......
还是用户需要自己定制?
因为我试图通过一些框架来绘制蜡烛图,
我知道我没有太多框架支持绘制蜡烛图,因为它有点难以绘制......
Core Plot 可以绘制烛台图。Plot Gallery 示例应用程序包括一个。
每个人。
我刚刚发现CorePlot中有一个名为“AAPLot”的示例代码
看起来就像我们在股市中看到的烛台图......
希望这个参考可以帮助到大家。:]