Search found 2 matches

by kgi
Fri Dec 09, 2011 10:50 am
Forum: JFreeChart
Topic: IntervalMarker not honouring setLabelFont()?
Replies: 2
Views: 5527

Re: IntervalMarker not honouring setLabelFont()?

Hi kgi, I do not have a solution for you. Just an information that your code is perfectly working on my machine - the font style and size is honored and properly displayed (did not ever try markers - thanks ;) ). Might be problem with availability of the selected font on your machine? Cheers, -- m....
by kgi
Thu Dec 08, 2011 4:00 pm
Forum: JFreeChart
Topic: IntervalMarker not honouring setLabelFont()?
Replies: 2
Views: 5527

IntervalMarker not honouring setLabelFont()?

Hi all. I'm not sure if I've found a bug, or whether I'm just going crazy and am suffering from code blindness, but it looks to me as if IntervalMarker is ignoring any font set using setLabelFont(). In brief, my code looks a bit like: JFreeChart chart = ... // ... IntervalMarker marker = new Interva...