Search found 59 matches

by jfreeuser2006
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...
by jfreeuser2006
Wed May 16, 2007 12:40 am
Forum: JFreeChart
Topic: Text get cut
Replies: 10
Views: 16100

Any clues?
by jfreeuser2006
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;...
by jfreeuser2006
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?

Image


Thanks in advance. :-)
by jfreeuser2006
Thu May 03, 2007 12:09 am
Forum: JFreeChart
Topic: exponent values in range axis
Replies: 3
Views: 4678

Got it working :-)
by jfreeuser2006
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...
by jfreeuser2006
Wed May 02, 2007 8:19 am
Forum: JFreeChart
Topic: How to add annotations OUTSIDE plot area?
Replies: 10
Views: 20898

Will this feature be included in the next release for Annotations to the Category Plot?
by jfreeuser2006
Mon Apr 30, 2007 3:01 am
Forum: JFreeChart
Topic: Struts: Generating images on the fly
Replies: 2
Views: 4224

I think this thread can be of help.

http://www.jfree.org/phpBB2/viewtopic.p ... sc&start=0
by jfreeuser2006
Mon Apr 30, 2007 1:20 am
Forum: JFreeChart
Topic: Problems duplicate x-axis labels with TimeSeries Month.class
Replies: 6
Views: 11281

The parsing of dates was throwing this exception.
by jfreeuser2006
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:...
by jfreeuser2006
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...
by jfreeuser2006
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...
by jfreeuser2006
Thu Apr 26, 2007 4:52 am
Forum: JFreeChart
Topic: CategoryPlot IntervalMarker
Replies: 6
Views: 12119

How is it done using the Category Marker?

What my chart needs is for a certain region shaded. How can I do this
in the domain axis? How can I do this using a CategoryPlot

Image
by jfreeuser2006
Thu Apr 26, 2007 12:30 am
Forum: JFreeChart
Topic: How can i add jfree lib to netbeans !!
Replies: 7
Views: 12470

To add the library to the project you are working on.

Right click your project then > Properties > Libraries > Choose the Library you want to add. In this case the JFreeChart Library. Then click ok.
by jfreeuser2006
Thu Apr 26, 2007 12:18 am
Forum: JFreeChart
Topic: How can i add jfree lib to netbeans !!
Replies: 7
Views: 12470

Go to tools > library manager

Open the JFreeChart Library

In the Classpath Tab these jar files should be present:

Drive:\JFREECHART_HOME\lib\jcommon.jar
Drive:\JFREECHART_HOME\lib\jfreechart.jar

JFREECHART_HOME ---> where your jfreechart installation is.

then click OK