Search found 59 matches
- Sun Aug 12, 2007 9:12 am
- Forum: JFreeChart
- Topic: Value Marker Labels get clipped
- Replies: 2
- Views: 4031
Value Marker Labels get clipped
Hi all, I have added value markers to my chart. I asked this before but I didn't get a solution. I'm using version 1.0.5 of JFreeChart. The problem is that when the value marker is near or is equal to the upper or lowerbound of the chart they get clipped. I know one solution would be to override Lab...
- Wed May 16, 2007 12:40 am
- Forum: JFreeChart
- Topic: Text get cut
- Replies: 10
- Views: 16100
- Thu May 10, 2007 2:05 am
- Forum: JFreeChart
- Topic: Text get cut
- Replies: 10
- Views: 16100
Hi Dave, Sorry wasn't able to get back to you at once. Here is the code that i have come up. import java.awt.BasicStroke; import java.awt.Color; import java.awt.Dimension; import java.awt.Font; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart;...
- Thu May 03, 2007 10:55 am
- Forum: JFreeChart
- Topic: Text get cut
- Replies: 10
- Views: 16100
Text get cut
Hi,
Text that exceed the plot area get cut in v1.0.5. This is not the case with
v1.0.0.
How can I show the complete text that label the lines in the graph?

Thanks in advance. :-)
Text that exceed the plot area get cut in v1.0.5. This is not the case with
v1.0.0.
How can I show the complete text that label the lines in the graph?

Thanks in advance. :-)
- Thu May 03, 2007 12:09 am
- Forum: JFreeChart
- Topic: exponent values in range axis
- Replies: 3
- Views: 4678
- Wed May 02, 2007 8:51 am
- Forum: JFreeChart
- Topic: Range Label bug?
- Replies: 2
- Views: 3815
It was a silly error on my code. I've managed to fix the range labels. What I did before was set the range labels as i call JFreeChart chart = ChartFactory.createLineChart(title, "Date", rangeLabel, dataset, PlotOrientation.VERTICAL, false, true, false); However later in the code I do a NumberAxis y...
- Wed May 02, 2007 8:19 am
- Forum: JFreeChart
- Topic: How to add annotations OUTSIDE plot area?
- Replies: 10
- Views: 20898
- Mon Apr 30, 2007 3:01 am
- Forum: JFreeChart
- Topic: Struts: Generating images on the fly
- Replies: 2
- Views: 4224
- Mon Apr 30, 2007 1:20 am
- Forum: JFreeChart
- Topic: Problems duplicate x-axis labels with TimeSeries Month.class
- Replies: 6
- Views: 11281
- Fri Apr 27, 2007 7:27 am
- Forum: JFreeChart
- Topic: Problems duplicate x-axis labels with TimeSeries Month.class
- Replies: 6
- Views: 11281
Hello I tried out your code and compiled it successfully but when i run it i get this error: Exception in thread "main" java.lang.NullPointerException at java.util.Calendar.setTime(Calendar.java:1070) at org.jfree.data.time.Month.<init>(Month.java:149) at org.jfree.data.time.Month.<init>(Month.java:...
- Fri Apr 27, 2007 12:31 am
- Forum: JFreeChart
- Topic: CategoryPlot IntervalMarker
- Replies: 6
- Views: 12119
I haven't explored the XYPlot extensively, one reason being that my dates don't have regular intervals. So i turned to the CategoryPlot instead as this has suit the needs of my chart and how the data is plotted in the chart. I would have to do further testing. Thanks for the tips Richard. Greatly ap...
- Thu Apr 26, 2007 7:18 am
- Forum: JFreeChart
- Topic: CategoryPlot IntervalMarker
- Replies: 6
- Views: 12119
Thanks for the reply Richard. This is what i have come up so far. I didn't start overriding the CategoryMarker yet. What I did was just instantiate 3 markers. As you can see There is white space in between the markers. http://img401.imageshack.us/img401/5447/categorymarkerqp5.png .... If you can ens...
- Thu Apr 26, 2007 4:52 am
- Forum: JFreeChart
- Topic: CategoryPlot IntervalMarker
- Replies: 6
- Views: 12119
- Thu Apr 26, 2007 12:30 am
- Forum: JFreeChart
- Topic: How can i add jfree lib to netbeans !!
- Replies: 7
- Views: 12470
- Thu Apr 26, 2007 12:18 am
- Forum: JFreeChart
- Topic: How can i add jfree lib to netbeans !!
- Replies: 7
- Views: 12470