Monday, July 16, 2012

MIMChartLibrary Beta 1.2 released.

New Additions have been done in PieCharts , a lot more styles are available for users to choose. All y ou have to do is copy and paste the sample codes from test files in your code.
For code, please see the MIMChartLibAppDelegate.m file in the code.



Get the latest code from GitHub

https://github.com/ReetuRaj/MIMChart-Library


Some people have said that they are not able to use this library in their iPhone project. I am going to post an update on it soon. So that its solves their problem too.


1. BASIC PIE CHART

Given below are screenshots from the user sample code. If you think any specific look suits your app,  you can straightaway copy paste the code. You don't have to boggle your mind through the documentation.

You can be creative and use your own combination of settings for creating a new look of basic pie chart.



Default look (Of course, you can change the colors to your choice of colors using delegate method -(NSArray *)colorsForPie:(BasicPieChart *)pieChart; )



















 With Inbuilt Tints: If you are confused about what colors you should use, here are some color combinations selected by us and put into 3 categories : GREENTINT,REDTINT and BEIGETINT





NOTE: Remember to pass nil in following Delegate method: -(NSArray *)colorsForPie:(id)pieChart
If you anyways ended up giving colors array too, it will ignore the tint value defined in its properties.






























































2. PADDED PIE CHARTS 












________________________________________________________________________________

3. BEVELED PIE CHART











________________________________________________________________________________

4. BITRANS PIE CHART


 










________________________________________________________________________________

5. SECTIONED PIE CHART





No comments:

Post a Comment