Search found 5 matches

by mpassell
Mon Mar 05, 2012 4:05 pm
Forum: JFreeChart
Topic: Support for gaps in XYLineAndShapeRenderer?
Replies: 5
Views: 7616

Re: Support for gaps in XYLineAndShapeRenderer?

Notice that I said
with StandardXYItemRenderer set to draw discontinuous lines
It's an option that you can choose to turn on. It's worked quite well for us for years, but I understand that not everyone would want that behavior.

--Matt
by mpassell
Mon Mar 05, 2012 3:47 pm
Forum: JFreeChart
Topic: Support for gaps in XYLineAndShapeRenderer?
Replies: 5
Views: 7616

Re: Support for gaps in XYLineAndShapeRenderer?

Hi Martin, Thanks for the reply. It's good to know that XYLineAndShapeRenderer supports gaps using explicit null values. I guess what I should have said is that it lacks gap detection. In contrast, with StandardXYItemRenderer set to draw discontinuous lines, if you have x values of 1, 2, 3, 7, 8, an...
by mpassell
Sat Feb 18, 2012 5:15 pm
Forum: JFreeChart
Topic: Is JFreeChart using AWT/Swing internally ?
Replies: 2
Views: 6083

Re: Is JFreeChart using AWT/Swing internally ?

There is no point in saying "Request you to reply asap". See the post on How to Ask a Question about JFreeChart - http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=24715 . I'm not sure if JFreeChart uses Swing, but it definitely takes advantage of AWT. However, I'm not sure what gave you the impressio...
by mpassell
Fri Feb 17, 2012 9:51 pm
Forum: JFreeChart
Topic: Support for gaps in XYLineAndShapeRenderer?
Replies: 5
Views: 7616

Support for gaps in XYLineAndShapeRenderer?

I'm working with some old code that uses StandardXYItemRenderers. I saw the class comment saying it "has been retained for historical reasons and, in general, you should use the XYLineAndShapeRenderer class instead." I was considering changing the code to use the newer renderer. However, it looks li...
by mpassell
Mon Jun 07, 2010 8:52 pm
Forum: JFreeChart
Topic: Bar Outline issues in v1.0.13
Replies: 0
Views: 2452

Bar Outline issues in v1.0.13

The product I work on for a client recently upgraded from a much earlier version of JFreeChart (1.0.0, I believe) to version 1.0.13. In general, it's been a fairly smooth transition, but we've noticed a few problems. We managed to work around most of them, but this one's tougher. If you have an XYBa...