I want to display bar chart and pie chart in my iPhone application please give me suggestions for that.
Try iOS Plot and iPhone Charting.
Core Plot is also a good option.
Below are some libraries which could also help you:
Finally, there's some nice discussion about charting here.
Core Plot is a plotting framework for Mac OS X and iOS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.
I used this lib on GitHub -> https://github.com/danielgindi/Charts. This lib is absolutely perfect and free. Also same lib is available in android and native. You can also find a lot of types of chart in this lib.