Search found 12 matches

by sesar
Wed Apr 09, 2008 12:40 am
Forum: JFreeChart
Topic: StackedXYBarRenderer problem with XYSeries adding & remo
Replies: 1
Views: 3786

StackedXYBarRenderer problem with XYSeries adding & remo

I use: - DefaultTableXYDataset - StackedXYBarRenderer - XYPlot - XYSeries XYSeries method: - clear() does not work properly (there still remain all Items with null values) - add(x,y) does not work properly beacuse of: Exception in thread "AWT-EventQueue-0" org.jfree.data.general.SeriesException: X-v...
by sesar
Mon Apr 07, 2008 10:18 am
Forum: JFreeChart
Topic: getseriespaint
Replies: 7
Views: 7996

What is the formula to calculate the next auto color??
by sesar
Mon Apr 07, 2008 9:50 am
Forum: JFreeChart
Topic: removeDomainMarker is not working
Replies: 2
Views: 3255

removeDomainMarker is not working

I use jfreechart 1.0.8 and removeDomainMarker is not working.

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.jfree.chart.plot.XYPlot.removeRangeMarker(XYPlot.java:2444)
at org.jfree.chart.plot.XYPlot.removeRangeMarker(XYPlot.java:2414)
by sesar
Mon Dec 03, 2007 9:23 pm
Forum: JFreeChart
Topic: XYSeries update not work
Replies: 2
Views: 4021

I use: XYSeriesCollection DATASET XYSeries SERIES The chart displays dataset correctly. I check values of series as follows: for i DATASET .getSeries(0).getDataItem(i).getY() and it shows the same values of SERIES that was set. Next step is updating my series, I tried two ways: DATASET.getSeries(0)....
by sesar
Sun Dec 02, 2007 11:57 pm
Forum: JFreeChart
Topic: XYSeries update not work
Replies: 2
Views: 4021

XYSeries update not work

Hi,my problem is that

I use XYSeries, and when I call update method it doesn't update my chart?

How can I update my chart with XYSeries on dataset?
by sesar
Sun Dec 02, 2007 1:51 pm
Forum: JFreeChart
Topic: How can I get series by name
Replies: 1
Views: 3014

How can I get series by name

Hi, I use XYSeriesCollection and how can I get a serie from dataset by serie's name ???
by sesar
Thu Nov 22, 2007 1:05 pm
Forum: JFreeChart
Topic: Bar Chart - X-axis as a certain int values ???
Replies: 2
Views: 4729

Thanks,

Some of charts provide 'an outlook' of values while I put cursor at them, and some don't.

It depends on dataset? or it can work for all charts?
by sesar
Thu Nov 22, 2007 1:03 pm
Forum: JFreeChart
Topic: How to call Print ??
Replies: 2
Views: 4317

Thank you! It works!
by sesar
Mon Nov 19, 2007 10:34 pm
Forum: JFreeChart
Topic: How to call Print ??
Replies: 2
Views: 4317

How to call Print ??

Hi,

Please answer my question,

how is it possible to call method Print exactly the same from PopupMenu.
with the same parameters???

Thanks!
by sesar
Fri Oct 26, 2007 12:20 pm
Forum: JFreeChart
Topic: Bar Chart - X-axis as a certain int values ???
Replies: 2
Views: 4729

Bar Chart - X-axis as a certain int values ???

How to do that, the X-axis is not a string category, but like a integer values.

for example I have a values:
as points (x,y):

(1,10) (2, 14) (5, 9) (8, 4)

and I want to present that as bar chart. (4 bars)

Thanks
by sesar
Sun Jul 29, 2007 5:08 pm
Forum: JFreeChart
Topic: How to get started with JFREEChart ???
Replies: 4
Views: 6739

Hi,

yeah, it works very well

Is there any simple way how to use JFREE as a component of my own form with buttons, edit boxes etc. ??
by sesar
Fri Jul 13, 2007 11:09 am
Forum: JFreeChart
Topic: How to get started with JFREEChart ???
Replies: 4
Views: 6739

How to get started with JFREEChart ???

Please help me :) I have all JFreeChart files, but I completely don't know how to install it and how to use in eclipse. I need have an Ant installed, I have all Ant files but here is the same problem for me - i can't use it. I have read that i also need JAXP-compliant XML - and also I don'tknow how ...