hi
i'm trying to write an app that shows a graph with three sections.
now i have two problems / questions, one of them a real jfreegraph question and the other one a little mathematical one...
1. is it possible to configure a jfreegraph so that the x-axis is shown on top of the graph itself while the graph is using the plotorientation.vertical-value, with the y-values being positive ?
0 |______x-axis-description_______
10 |
20 |
30 |
40 |
2. is there a method in jfreegraph that averages out the values for the graph, so that the connection between 10 points is not bend 9 times, but has the shape of a curve ?