Search found 106 matches

by DavidThi808
Tue Jun 12, 2007 7:43 pm
Forum: JFreeChart
Topic: CylinderChartDemo2.java
Replies: 2
Views: 2951

Ohhh - that makes sense.

thanks - dave
by DavidThi808
Tue Jun 12, 2007 7:42 pm
Forum: JFreeChart
Topic: rounded edges with gradient colors?
Replies: 2
Views: 3145

Thank you

The sample is at http://www.windwardreports.com/temp/chart.png

thanks - dave
by DavidThi808
Sun Jun 10, 2007 4:53 am
Forum: JFreeChart
Topic: Exception when trying to open JFreeChart Demo (web start)
Replies: 3
Views: 4041

I just ran it here with no problem.
by DavidThi808
Sun Jun 10, 2007 4:51 am
Forum: JFreeChart
Topic: rounded edges with gradient colors?
Replies: 2
Views: 3145

rounded edges with gradient colors?

Hi; Is there a way to do either of the following with gradient colors on a bar chart? 1) Instead of a constant gradient to the middle of the bar and then back to the edge color - have it change fast at first and then hold constant across and then change fast toward the other side. So you get more of...
by DavidThi808
Sun Jun 10, 2007 4:35 am
Forum: JFreeChart
Topic: CylinderChartDemo2.java
Replies: 2
Views: 2951

CylinderChartDemo2.java

Hi; Two questions on this: For the code: public Paint getItemPaint(int row, int column) { return this.colors[column % this.colors.length]; } 1) This is just in case there are more columns than it originally set colors for correct? So it will then cycle through red, green, etc again if there are more...
by DavidThi808
Tue May 01, 2007 9:17 pm
Forum: JFreeChart
Topic: Simple (I think) - legend position, title, axis off
Replies: 2
Views: 2983

perfect - thanks
by DavidThi808
Tue May 01, 2007 6:03 am
Forum: JFreeChart
Topic: Simple (I think) - legend position, title, axis off
Replies: 2
Views: 2983

Simple (I think) - legend position, title, axis off

Hi; I have sent a half hour and am more confused than when I started. And this has to be easy I think. A couple of questions: 1) How do I tell it to put the legend above/left/right/below the graph? I don't want to position it exactly, I just want to tell it which edge to put it on. 2) How do I tell ...
by DavidThi808
Thu Sep 14, 2006 9:33 pm
Forum: JFreeChart
Topic: JFreeChart on JavaME?
Replies: 0
Views: 1442

JFreeChart on JavaME?

Can it be run on JavaME?

thanks - dave
by DavidThi808
Sun Jul 02, 2006 3:32 pm
Forum: JFreeChart
Topic: Have .NET version of JFreeChart
Replies: 5
Views: 5791

Hi; By O/S specific I mean code that must be different for each system and this is due to missing functionality in J#. J# is java 1.1 plus collections plus random classes/methods that came in to place in 1.2, 1.3, and 1.4. A good example is working with png files - all of that must be down with nati...
by DavidThi808
Sun Jul 02, 2006 1:51 am
Forum: JFreeChart
Topic: Have .NET version of JFreeChart
Replies: 5
Views: 5791

There is quite a bit more work to do

Hi; Here is the situation. Someone else did the port and it works for them. With a couple of small additions, it will work for me to. But in that case it will be an orphan version because it is directly edited in places and is missing a bunch. Here is how it is right now (there are some small items ...
by DavidThi808
Sat Jul 01, 2006 7:36 pm
Forum: JFreeChart
Topic: Have .NET version of JFreeChart
Replies: 5
Views: 5791

Have .NET version of JFreeChart

Hi; I have a working .NET version of JFreeReport and JCommon. It requires JSharpLib and has some changes in the JFreeReport code. A couple of questions: 1) How would you like this released to people? Through your site and/or through J by JSharp (http://sourceforge.net/projects/jbyjsharp/)? 2) This r...
by DavidThi808
Thu Feb 23, 2006 10:37 pm
Forum: JFreeChart
Topic: Anyone want to convert jfreechart to J#?
Replies: 0
Views: 1673

Anyone want to convert jfreechart to J#?

Hi; Is anyone interested in converting jfreechart to J#? My guess is it's about 1 weeks work and 97% of the code will just compile & run. (This is based on it taking me under a month to get Windward Reports to run under J# as well as Java - and almost all of the code is the same for both.) I would b...
by DavidThi808
Fri Jan 06, 2006 2:14 am
Forum: JFreeChart
Topic: jfreechart requires java 1.4
Replies: 1
Views: 2088

jfreechart requires java 1.4

Was this by design? BarRenderer.java on line 599 has Color.BLACK which didn't exist until 1.4. Java 1.3 had Color.black.

??? - thanks - dave
by DavidThi808
Tue Jan 03, 2006 6:59 pm
Forum: JFreeChart
Topic: What happened to StandardPieItemLabelGenerator?
Replies: 3
Views: 4186

oops - thank you
by DavidThi808
Sat Dec 31, 2005 6:46 pm
Forum: JFreeChart
Topic: What happened to StandardPieItemLabelGenerator?
Replies: 3
Views: 4186

What happened to StandardPieItemLabelGenerator?

Hi;

StandardPieItemLabelGenerator is now gone - what am I supposed to use instead?

thanks - dave