3

iPhone sdk :Does any Framework Support User to draw "candle graph" in iphone sdk? enter image description here

I have tried following framework:

  1. MIMChart-Library
  2. CorePlot

But it seems not example to show that how to draw Candle Graph......

Or user need to customize by ourself?

Because i am trying to draw candle graph by some framework,

i understand that i has not much Framework support draw candle graph , because it is little bit hard to draw...

RedBlueThing
  • 42,006
  • 17
  • 96
  • 122
nullmicgo
  • 407
  • 4
  • 19
  • somebody call this is "Candlestick Chart" – nullmicgo Sep 28 '11 at 04:35
  • 1
    There is an API by Google for websites to draw a Candle stick chart http://code.google.com/apis/chart/image/docs/making_charts.html . But writing it in iPhone sdk so that it draws a chart in a UIWebView will be an arduous task. Even I've been trying this and other methods available myself but no luck yet. I even tried to add this module in Core-Plot library but couldn't succeed in drawing it dynamically. – Dip Dhingani Sep 28 '11 at 04:48
  • thx! i think we are having a same problem... – nullmicgo Sep 28 '11 at 05:30
  • Now i am trying to customize their framework...Core-Plot – nullmicgo Sep 28 '11 at 05:31
  • Do tell me if you succeed, thanks in advance. – Dip Dhingani Sep 28 '11 at 05:55
  • yes, but actually...i am still waiting some hero to give me an answer in here...:P – nullmicgo Sep 28 '11 at 06:07

2 Answers2

1

Core Plot can draw candlestick plots. The Plot Gallery example app includes one.

Eric Skroch
  • 27,381
  • 3
  • 29
  • 36
  • thx and i found that the AAPLot example is more like what am i looking for, now i am studying their code how to modify...thx! :] – nullmicgo Oct 03 '11 at 01:54
1

everyone.

I just found that there has a example code in CorePlot named "AAPLot"

It seems like the Candlestick plots we are looking at in Stock Market....

Hope this reference can help you guys. :]

nullmicgo
  • 407
  • 4
  • 19