Search found 9 matches

by luizihjei
Mon May 10, 2010 8:39 am
Forum: JFreeChart
Topic: How can I produce such line chart?
Replies: 0
Views: 2050

How can I produce such line chart?

I wanna use Jfreechart 1.0.13 to produce a line chart like the image below. Can anybody told me how to change the XYLineAndShapeRenderer properties to make it? Thanks. Note: 1. The two lines used the same TimeSeries. 2. As the data was lost, the line is dashed at the red circle. 3. If used the dot o...
by luizihjei
Tue Nov 10, 2009 3:48 am
Forum: JFreeChart
Topic: Wrong with JFreeChart Line of BasicStroke
Replies: 1
Views: 2477

Re: Wrong with JFreeChart Line of BasicStroke

Anyone can help me?
by luizihjei
Mon Nov 09, 2009 8:48 am
Forum: JFreeChart
Topic: Wrong with JFreeChart Line of BasicStroke
Replies: 1
Views: 2477

Wrong with JFreeChart Line of BasicStroke

There is wrong with the JFreeChart line. As the follows of the img: http://file.itpub.net/f/75e3f0e8e3884435717409bf0225da0e/4af7c83d/day_091109/20091109_9fcc83cd26c2cb1824bbrvo8knUPJDY0.png/p/realtime.png In the middle of the line, the line is thin, in the both sides the line is thick. And I have s...
by luizihjei
Tue Oct 13, 2009 4:10 am
Forum: JFreeChart
Topic: TimeSeries with same dataname?
Replies: 3
Views: 3407

Re: TimeSeries with same dataname?

According the TimeSeries method of equal, the code is follows: public boolean equals(Object object) { if (object == this) { return true; } if (!(object instanceof TimeSeries)) { return false; } TimeSeries that = (TimeSeries) object; if (!ObjectUtilities.equal(getDomainDescription(), that.getDomainDe...
by luizihjei
Sat Oct 10, 2009 4:19 am
Forum: JFreeChart
Topic: TimeSeries with same dataname?
Replies: 3
Views: 3407

TimeSeries with same dataname?

Is there possible that there are same dataname in TimeSeries? Such as: TimeSeries tempSer1 = new TimeSeries("dataName", Millisecond.class); TimeSeries tempSer2 = new TimeSeries("dataName", Millisecond.class); How can I differ tempSer1 from tempSer2? TimeSeriesCollection xyData = new TimeSeriesCollec...
by luizihjei
Tue Sep 15, 2009 11:52 am
Forum: JFreeChart
Topic: TimeSeries Chart with DST Problem (David, help me.)
Replies: 1
Views: 2420

Re: TimeSeries Chart with DST Problem (David, help me.)

using the FixedMillisecond class to avoid to override the Millisecond class. Bug there are still some problems with the DateAxis class. Such as: protected Date previousStandardDate(Date date, DateTickUnit unit) There is same problem with the Millisecond class: the function previousStandardDate chang...
by luizihjei
Tue Sep 15, 2009 7:28 am
Forum: JFreeChart
Topic: TimeSeries Chart with DST Problem (David, help me.)
Replies: 1
Views: 2420

TimeSeries Chart with DST Problem (David, help me.)

I'm using jfreechart to display data from database in realtime. Works great until I reach the day when daylight saving time is 00:59 (November 1, 2009 EDT) to 1:00 (November 1, 2009 EDT). Because of the class Millisecond gets the wrong time, it changes 1:00(EDT) to 1:00(EST). Is there a good way to ...
by luizihjei
Mon Sep 07, 2009 4:53 am
Forum: JFreeChart
Topic: Problem with the DateAxis labels
Replies: 8
Views: 12583

Re: Problem with the DateAxis labels

Does Jfreechart 1.0.13 has solved this problem?
by luizihjei
Mon Sep 07, 2009 4:21 am
Forum: JFreeChart
Topic: Problem with the DateAxis labels?
Replies: 0
Views: 1821

Problem with the DateAxis labels?

Hello All Using 1.0.13, all the timestamps in my dataset are at 0:00, 0:15, 0:30, 0:45 etc, but sometimes, depending on the width of the graph, it shows 0:14, 0:29, 0:44 etc. I want to the DateAxis labels to 0:00, 0:15, 0:30, 0:45 etc. There is a topic with Problem with the DateAxis labels. http://w...