ios6 - How to Draw Simple Line chart in iphone? -


i newbie graph functionality in iphone application.

i having array of numbers want make simple static line graph without using coreplot library since have tried seemed me quite complicated.

can please fix out problem ?

you can draw line chart using coreanimation. alternatively can use core plot : http://code.google.com/p/core-plot/


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -