Search found 4 matches

by devent
Thu Jun 30, 2011 3:06 pm
Forum: JFreeChart
Topic: Title set visible?
Replies: 0
Views: 3041

Title set visible?

Hello, I want to show/hide the title of the graph. Why is the code not working: chart.getTitle().setVisible(showTitle); I.e. the code does not hide the title if a title was present. If I do chart.setTitle(""); the old title is hidden. But if I do chart.setTitle(oldTitle); the old title is not shown....
by devent
Sun Apr 03, 2011 10:20 pm
Forum: JFreeChart
Topic: No Domain Grid Lines visible
Replies: 3
Views: 8109

Re: No Domain Grid Lines visible

I think it's physical size. Here are two screen shots from the JFreeChart Demo application. One don't show the grid lines of the domain axis, but the other does. The only difference is that I made the window a few pixels wider. (The demo application is from JFreeChart 1.0.13) No Lines http://www.fli...
by devent
Sat Apr 02, 2011 11:50 am
Forum: JFreeChart
Topic: No Domain Grid Lines visible
Replies: 3
Views: 8109

No Domain Grid Lines visible

Hello, I have a Scatter Plot with createScatterPlot() and I like to hide the range grid lines but show the domain grid lines. So I have this code below. Now I don't have any grid lines at all. Why aren't the domain grid lines shown? I'm using JFreeChart 1.0.12. I see, the grid lines are only visible...
by devent
Sat Apr 02, 2011 11:47 am
Forum: JCommon
Topic: JCommon 1.0.16 on maven central
Replies: 5
Views: 133101

JCommon 1.0.16 on maven central

Hello,
can someone please fix this issue please?
https://sourceforge.net/tracker/?func=d ... tid=115494

Obvious JFreeChart is already using JCommon 1.0.16 so why it is not on maven central? That way I can't use JFreeChart 1.0.13 but forced to use 1.0.12.