Monday, August 29, 2011

MIMChart Library Update 1.1



Here is a complete GUIDE of all classes, it is still under construction but its detailed. LINK



So kindly  fetch the new and updated version from GitHub/Dropbox.

Link to Download ON GITHUB





Created a READ ME, to make it clear how to make use of it.


------------------------------------------------------------------------------------


This is a project (Opensource library)of chart libraries which can used in iPhone/iPads.
Charts available:
1.Line Graph
2.Wall Graph
3.Bar Graph
4.Fragmented Bar Graph
5.Pie Chart
6.Fragmented Pie Chart
7.Cluster Chart


Complete Guide can be found HERE


--------------------------------------------------------------
HOW TO USE IT IN YOUR CODE
--------------------------------------------------------------
1. Add 2 frameworks for sure (QuartzCore and CoreText)
2. Copy and Paste "Lib Files" folder in your project and Also add them to your project by right clicking your project in XCode and choose "Add files to your project". Note "Lib Files" folder can be found under MIMChartLib > "Lib Files" in MIMChart Project.

3. Add the .csv file (Data file) to the project as well from which you will be reading the data. Check the sample codes to find out about csv data files OR go to GUIDE link provided above.

4. Then you can add the chart of your purpose to your view in your app.

To find out more about how to stick the chart in your view please see the sample codes.
--------------------------------------------------------------
HOW TO RUN THE SAMPLE CODES IN THE LIBRARY.
--------------------------------------------------------------
1. Go to MIMChartLibAppDelegate.m in MIMChartLib folder in XCode.

2. You will see various rootControllers. You can comment/uncomment one by one  and RUN the code to see what they look like.
You can go to those Test Classes like TestClass,TestClassFragmented etc available in HowToUseFiles folder to get more idea.

--------------------------------------------------------------
AND you can find more info on HERE

No comments:

Post a Comment