Questions tagged [s7graphview]
7 questions
2
votes
3 answers
Looping through an dictionary; why do I not get the keys alphabetically?
I am writing an iPhone app using S7Graphview and I have saved some dates and results to a .plist as keys and values in a dictionary, both as strings. My plist looks like…

Jambaman
- 741
- 9
- 22
2
votes
1 answer
Help needed for s7graphview
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…

Javal Nanda
- 1,828
- 3
- 14
- 26
0
votes
1 answer
How to pass data (arrays) between functions
I must use s7graphview library for draw simple histogram, and I've got custom function called
-(IBAction)histogram:(id)sender;. in this function every pixel from image is passed to array as RGB representation. then pixels are counted and I've got…

Tomasz Szulc
- 4,217
- 4
- 43
- 79
0
votes
1 answer
How to add s7graphview to a subview on ViewController nib?
I have a xib with a subview that I set to Class: S7GraphView (if I select it and click on the identity inspector)
When all I have in the (void) didViewLoad { ...
s7graphView = [[S7GraphView alloc] initWithFrame:[self.view bounds]];
…

sAguinaga
- 638
- 13
- 31
0
votes
1 answer
can we draw bar chart by using S7GraphView?
HELLO ALL
i want to draw bar chart for my app and i feel S7GraphView is easier then core-plot...as i tried to download and use core plot but its not happening ...for me
can any one knows how to draw bar graph by use of S7GraphView?
thank you in…

Pooja
- 2,162
- 5
- 33
- 64
0
votes
1 answer
How to add background image behind the graph in android GraphView
I am developing an Android app which plot point graph (scatter plot) using android GraphView library. I need to put a background image behind my graph. I tried,
int imageResource = getResources().getIdentifier("@drawable/cyan", null,…
0
votes
2 answers
s7graphview example
I am looking for an graph library for the iPhone which allowes me to set texts as values on the X-axis. After a quick look at core-plot, it seems its uncapable to do so. I stumbled over s7graphview but can't seem to get it working.
Is there anyone…

Paul Peelen
- 10,073
- 15
- 85
- 168