Thanks again
I tried the solution from gilbert and it works!
Search found 7 matches
- Thu Aug 24, 2006 6:19 pm
- Forum: JFreeChart
- Topic: Change axis values to string
- Replies: 4
- Views: 4651
- Thu Aug 24, 2006 3:43 pm
- Forum: JFreeChart
- Topic: Change axis values to string
- Replies: 4
- Views: 4651
- Thu Aug 24, 2006 12:26 pm
- Forum: JFreeChart
- Topic: Change axis values to string
- Replies: 4
- Views: 4651
Change axis values to string
Hello, is it possible to change the axis values in own definded string values?
For example convert y value 1 to own defined String1 y value 2 to own definded String2 and so on?
For example convert y value 1 to own defined String1 y value 2 to own definded String2 and so on?
- Mon Aug 14, 2006 7:57 pm
- Forum: JFreeChart
- Topic: rotate y axis
- Replies: 1
- Views: 2011
rotate y axis
Is there a possibility to rotate the y axis? That means that for example the minimum of y is 20 and the maximum is 1 . I want to start the y axis with 20 and end it with 1. So that the y value of 20 starts direct at the x axis line and ends with 1 at the end of the y axis.
- Fri Jul 21, 2006 4:00 pm
- Forum: JFreeChart
- Topic: Problems with calling the jfree function
- Replies: 4
- Views: 3582
What do you mean by "other places"? Maybe in "other places" your classpath is different? In fact, it must be, otherwise you wouldn't get this error. Thanks for your fast replies. I mean two different classes but the same projekt folder. The one class reflects the servlet controller an the other the...
- Fri Jul 21, 2006 3:10 pm
- Forum: JFreeChart
- Topic: Problems with calling the jfree function
- Replies: 4
- Views: 3582
The Spacer class is from an older (pre 1.0.0) version of JFreeChart. So my guess is that you have different versions of JFreeChart installed on your systems. But why does it work if i run the file itself perfectly and doesnt work if i call it from other places? The whole error is: java.lang.NoClass...
- Fri Jul 21, 2006 2:48 pm
- Forum: JFreeChart
- Topic: Problems with calling the jfree function
- Replies: 4
- Views: 3582
Problems with calling the jfree function
I want to show a line chart in a jsp. Everything went well. But i´m not able to call the function where i create the chart from my programmed servlet controller. If i run the funtion for itsself it works but every time when i call the function from my servlet controller an error ocured. java.lang.No...