If anyone have used s7graphview for plotting the graph then I want to know where to do changes in the code for maintaining the incremental value of the values that is been plot on the x-axis. Currently it maintains according to the count of array being return to it. I want to maintain incremental gap of 5 units.
Share
I replace in
drawRect:ofS7GraphViewclass next lines (~220 line in S7GraphView.m):with this code:
On DemoS7GraphView project from s7graph google code page it gives me next result:

Hope it helps.