Skip to main content

All Questions

Tagged with
2 votes
0 answers
685 views

Draw line graph with dynamic values objective c / swift

I am implementing line graph as shown in the attached video and image with dynamic values added in the array at every 1 second, mainly I want the graph to be drawn with the animation as shown in the ...
Zღk's user avatar
  • 874
0 votes
1 answer
301 views

In ScrollableGraphView, how to detect dot click from line graph and bar click from bar graph?

I already implemented ScrollableGraphView in my app, but I am not getting how to add label with value on click of "Dot" and/or "Bar". Please refer image. and Till now I able to achieve everything ...
iSmita's user avatar
  • 1,292
2 votes
4 answers
10k views

Line graph using ios charts swift 3

I am using ios chart to implement Line graph in Swift 3 . As in earlier versions of Swift, we had constructor to bind x values to Line graph, but there doesn't seems any such in Swift 3? Kindly help ...
Bhagyalaxmi Poojary's user avatar
3 votes
2 answers
893 views

Draw line graph in Objective C with large number of data and show them in collection view

I have large volumes of data (items/row) stored in a file with extension .rec (just like .text) I need to show the vertices in a line graph supporting pinch zoom and dragging. I can draw the line ...
kallol's user avatar
  • 319
1 vote
2 answers
12k views

how to draw a line graph in ios? Any control which will help me show graph data in ios

I want to create a customized graph. Which will show on Y axis number of mathces e.g. 4 Y axis legends will be the starting date and ending date. And on X axis a line graph will plot the points on ...
saurabh_s's user avatar
  • 160
0 votes
1 answer
2k views

How to make line graph in unity3d app

I want to make line graph in unity for iOS and android application. I found the sample library for iOS there is lot of library available,but there is no unity plugin for line graph. I think it is most ...
user3249432's user avatar
0 votes
2 answers
274 views

Crash when using Core Plot library

Basically, I encounter a crash when using the Core Plot. According to the tutorial about how to install the CorePlot static library, I just drag the CorePlotHeaders file and the libCorePlot-CocoaTouch....
Mike Zhu's user avatar
0 votes
2 answers
400 views

Core plot graphs start from origin

I have line graph and bar graph using core plot framework. In that graphs it won't starts from origin. see this image graph image In that image x-axis and y-axis had started from (-2,-50). I don't ...
vishnu's user avatar
  • 715
-1 votes
2 answers
92 views

How to show the graph with high data in a given space?

I am using Line Graph of Core Plot in my project. The thing is when I kept the data of my X-axis and Y-axis like: 1,2,3....10, everything worked fine. But now the data is like: X-axis: 0, 150, 500.... ...
user3153627's user avatar
  • 1,385
1 vote
1 answer
369 views

Core plot ios user interaction

I am using core plot to display a line graph in my iphone app but I want to allow user interaction in this graph. By user interaction I mean when a user touches a spot on the graph it should display ...
user2636368's user avatar
0 votes
0 answers
541 views

Google visualization api: Tootlip action(button) does not showing

I am using google visualization graph api on Web. I am trying to show button on tooltip and Hide tooltip when tap/click on anywhre on chart area. Tootlip action(button on tooltip) does not display ...
Coder_A_D's user avatar
  • 340
0 votes
1 answer
2k views

Creating Coreplot line graph with x and y axes in iOS

I have looked over a lot of sample tutorials of Core plot but having issues in most of them. If Can anyone provide a working tutorial for creating line graph with data X=(Sep,Oct,Nov,Dec) and Y=(20,40,...
Shaunak's user avatar
  • 717
0 votes
1 answer
128 views

iPhone Pixel Coordinate Issue

I am trying to make a line graph using the drawRect method but I have came across a major problem. The 0 point on the iPhone screen is in the top left corner. Is there any way to either relocate the 0,...
Ali Rahman's user avatar
0 votes
1 answer
613 views

Clip the Path drawing in Quartz 2D iOS

I am trying to draw a line graphs. I am able to draw the line graph but not able restrict the drawing area. I want to draw the line graph from start to end position. But its coming beyond the ...
Siva's user avatar
  • 616
4 votes
2 answers
5k views

Creating a Simple Line Graph in iPhone [closed]

I would like to create a simple Line Graph like the following, I googled to find out some sample and I got CorePlot which looks too heavy. Can anyone suggest me how to create a kind of line graph ...
Perseus's user avatar
  • 1,588

15 30 50 per page