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: Code: Select all JFreeChart chart = ... // ... IntervalMarker marker = new IntervalMarker(min, max); String ...
Hi, I am using 3-d bar charts and I am trying to designate a 'cut' point (everything above good, everything below bad) on the chart using an IntervalMarker. These cut points are really an interval, so I'm just designating them as having a very small difference b/w min and max. Is there a better way? Second, since I am using a ...
I have a time series chart where the range axis can be 0 to anything (Depends on the application). I have several range markers that signify specific intervals that a particular apparatus is within range of. I have a custom popup menu where ranges can be updated and where the Interval markers can be turned on/off or set to automatic (when ...
Hi, thanks, but it sounds to me more like a hack than a solution. Also, this works when I want to have the threshold in the background, when I have it in the foreground, the IntervalMarker will dim the graph itself, as it is still here and not invisible... Thanks for your help Michael
how to Set labelAnchor just outside intervalmarker by pintu.bppimt Tue Apr 19, 2011 8:17 am Hi Friends, Myself Pintu. I have to create a time series chart where i have to set the label anchor just outside the interval marker and in the top center ie it is in the middle of upper left corner and upper right corner but ...