IntervalMarker « Component « JFreeChart Q&A





1. IntervalMarker not honouring setLabelFont()?    jfree.org

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 ...

2. IntervalMarker in 0.9.84    jfree.org

3. IntervalMarker w/ 3-d effect    jfree.org

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 ...

4. IntervalMarker Cutomizable?    jfree.org

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 ...

5. Problems with Strokes using an IntervalMarker    jfree.org

by rene.dolezal Mon Oct 23, 2006 12:22 pm Is there realy no one who can help me!!! here's some code to compile: Code: Select all import java.awt.BasicStroke; import java.awt.Color; import java.awt.Dimension; import java.awt.Font; import javax.swing.JFrame; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; import org.jfree.chart.plot.CategoryMarker; import org.jfree.chart.plot.CategoryPlot; import org.jfree.chart.plot.IntervalMarker; import org.jfree.chart.plot.PlotOrientation; import org.jfree.data.category.DefaultCategoryDataset; import org.jfree.data.function.Function2D; import org.jfree.data.xy.XYSeries; import org.jfree.ui.Layer; import org.jfree.ui.RectangleAnchor; import ...

6. Make IntervalMarker invisible    jfree.org

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

8. how to Set labelAnchor just outside intervalmarker    jfree.org

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 ...