Search found 4 matches

by Doragorn
Wed Dec 17, 2008 10:41 am
Forum: JFreeChart
Topic: Add a category marker to a Single series chart.
Replies: 3
Views: 4298

Here is a screenshot of what I have :
Image

I can add a category marker on the series but not on "Eur", "SEK"

I try to add a marker using:

Code: Select all

 Plot.addDomainMarker(new CategoryMarker("SEK", Layer.Background);
But it doesn't appear.
by Doragorn
Fri Dec 12, 2008 6:12 pm
Forum: JFreeChart
Topic: Add a category marker to a Single series chart.
Replies: 3
Views: 4298

Does anyone have any idea on the problem ?

If you want I can try to do a little example explaining the issue.
by Doragorn
Thu Dec 11, 2008 6:11 pm
Forum: JFreeChart
Topic: Dragging mouse is extremely slow
Replies: 29
Views: 52807

I have the same problem since update 10. I have also tested with update 11 and it's always the same problem. But adding "-Dsun.java2d.noddraw=true" to the launch command solves the problem. I heard that the new versions of Java try to use the graphic card for rendering, there could be a problem with...
by Doragorn
Thu Dec 11, 2008 6:08 pm
Forum: JFreeChart
Topic: Add a category marker to a Single series chart.
Replies: 3
Views: 4298

Add a category marker to a Single series chart.

Hi all, Here is my problem: I have a mono series chart displayed as an histogram. I try to add a category marker to the plot but it doesn't appear. The only thing I can do is to add a category marker to the whole series. Plot.addDomainMarker(marker, Layer.Background); the Variable marker si create u...