0

Hi I want to create bar chart application with slider control in ios. once my slider is changed my chart also changed and their datas also changed. I am new for this field. I dont know how and where to start in this application. If anybody knows please guide me or any other links send me. Advance in thanks.

Jaikannan
  • 57
  • 11

2 Answers2

0

There are various ways of achieving this.

You can use API's such as Core Plot to achieve your requirement. At the same time you can use Core Graphics & quartz Core to achieve it.

You should also check this out Bar Graphs in iOS app

Community
  • 1
  • 1
footyapps27
  • 3,982
  • 2
  • 25
  • 42
  • Thanks footyapps27: Can you provide me more information on Graphs except using CorePlot ? and how to implementing slider control in the graph. – Jaikannan Nov 08 '12 at 10:34
  • sure!! I would advise you to start with Core Graphics & Quartz Core if you do not want to use Core Plot. – footyapps27 Nov 08 '12 at 10:39
  • Thanks again, Is it possible with out use core plot could create bar graph with slider control. How? any other options using Core Graphics & Quartz Core to make a graph. – Jaikannan Nov 08 '12 at 11:44
  • there are third party API's that you can use, such as: code.google.com/p/s7graphview sebkade.wordpress.com/2010/05/06/basic-graph-class-for-iphone For slider i guess you need to check them out. – footyapps27 Nov 08 '12 at 12:35
  • sorry to say this, I go to this link sebkade.wordpress.com/2010/05/06/basic-graph-class-for-iphone. I try to download source code but page not found error is occur, now how i get this? any other possibilities? – Jaikannan Nov 08 '12 at 13:32
  • Hey it seems that the host has removed the file. You can search for ECGraph components in google and try that out. – footyapps27 Nov 08 '12 at 16:40
0

i've made a hack Make custom uiview for each bar accord to your input values. set frame of each uiview(bar) according to input values. there is no need of corePlot files if u want simple bar graphgraph using uiview for each bar

graph made by custom uiview

Baljeet Singh
  • 453
  • 5
  • 15