x-axis on top / curved graph

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
freak
Posts: 6
Joined: Mon May 24, 2004 7:51 am

x-axis on top / curved graph

Post by freak » Mon Jun 14, 2004 2:02 pm

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 ?

Locked