Search code examples
androidstocks

Creating a candlestickgraph in android


I was looking at stockcharts - http://code.google.com/p/stock-chart for creating candlestickgraphs in my application. I could not find any good tutorials on it. Does anyone know of some good tutorial for using stock charts.


Solution

  • You can try afree chart api for candlestickgraphs. It contains all types of charts. The following link contains sample code

    afreechart

    and try this link too

    Candlestickgraphs in JFreeChart