Search found 8 matches

by archangellin
Thu Feb 05, 2009 8:50 am
Forum: JFreeChart
Topic: Problems with running jfreechart in JBoss
Replies: 0
Views: 1201

Problems with running jfreechart in JBoss

Hi, all. The following program runs fine and its result meets my expectation locally, which means it isn't running in JBoss. But when I run the program in jboss, problems occured. 1. The chinese appear as small squares. 2. The method of xyplot.setBackgroundPaint(Color.WHITE) doesn't work. Many thank...
by archangellin
Tue Dec 02, 2008 7:33 am
Forum: JFreeChart
Topic: draw a line as the mouse moves, but still there when stopped
Replies: 0
Views: 1012

draw a line as the mouse moves, but still there when stopped

Hello, all I am trying to draw a line as the mouse moves, but the line still stay there when the mouse stops moving. It is possible for me to draw a line as the mouse moves by overriding chartMouseMoved(), but the line disappears as I stop the mouse. Or you can say that shadow of that line remains. ...
by archangellin
Mon Nov 24, 2008 9:18 am
Forum: JFreeChart
Topic: change annotations' value dynamically
Replies: 1
Views: 1844

change annotations' value dynamically

Hello, all I wanna put an annotation on the left-up corner of a chart, and at the same time, its value changes as the mouse moves. Let say, set the x's value to an annotation. Another one question: I am drawing a combinedXYPlot which contains 2 charts, I wonder whether I could add two different subt...
by archangellin
Wed Nov 19, 2008 4:25 am
Forum: JFreeChart
Topic: How could I draw a line where the mouse stops?
Replies: 0
Views: 1043

How could I draw a line where the mouse stops?

Hi.

I am work on drawing a line where the mouse stops.
I know how to draw a line as the mouse moves using chartPanel.setHorizontalAxisTrace(true);

But I have no idea how to capture a mouse event when mouse stops.
by archangellin
Tue Nov 18, 2008 7:19 am
Forum: JFreeChart
Topic: How could I get x's value as I move the mouse
Replies: 1
Views: 1323

How could I get x's value as I move the mouse

Hello, guys

I wonder if there are any way to get x's value as I move the mouse.

Many thanks.
by archangellin
Mon Nov 17, 2008 3:31 am
Forum: JFreeChart - Stockmarket
Topic: YieldCurveDemo1.java
Replies: 2
Views: 8183

No body replies?
Or could anyone of you help me realize the result of the layout of the domain axis.
by archangellin
Fri Nov 14, 2008 7:16 am
Forum: JFreeChart - Stockmarket
Topic: YieldCurveDemo1.java
Replies: 2
Views: 8183

YieldCurveDemo1.java

Could any one of you send me the source code of YieldCurveDemo1.java which is along with the developer's guide?

Many thanks!

my email is: archangel-lin@hotmail.com
by archangellin
Fri Nov 14, 2008 4:51 am
Forum: JFreeChart - Stockmarket
Topic: HOW TO SET DOMAIN AXIS MANUALLY?
Replies: 1
Views: 6621

HOW TO SET DOMAIN AXIS MANUALLY?

hello, guys. I am working on a CombinedDomainXYPlot which includes XYPlot. The data type of its domain axis is number. And the default domain axis is 1,2,3,4,5,6,7,8,9,10... Here, I wonder if is possible for me to set the domain axis manually to 1,2,3, 5,7,10..... Examples are preferred if possible....