本文介绍了如何在iPhone应用程序中创建折线图?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



客户需要的是


  • 我想查看折线图(如股市行报告)。
  • 每月/每周/每日费用的红线

  • 每月/每周/每日收入的绿线



  • 问题在于如何?到现在为止,我从来没有面对过这样的要求。你可以请一些关于在iPhone中创建折线图的指导吗? /code.google.com/p/core-plot/rel =nofollow noreferrer> Core Plot 。

    I am creating a budget application in iPhone, to budget for personal incomes and expenses.

    Client's need is

    • I want to see line graph (like stock market line report).
    • Red line for (monthly / weekly / daily) expenses
    • Green line for (monthly / weekly / daily) incomes

    The question is how? Till now, I have never faced this kind of requirement. Can you please some offer some guidance regarding creating line chart in iPhone?

    解决方案

    You should try Core Plot.

    这篇关于如何在iPhone应用程序中创建折线图?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 04:42