Search found 6 matches

by dustman
Thu Aug 23, 2007 3:04 pm
Forum: JFreeChart
Topic: Make a TimeSeries invisible, then visible again
Replies: 4
Views: 6539

Possible bug in XYDotRenderer?

Hello! Just today I have succeeded in making my series invisible. I needed a series formed by dots, so I used XYLineAndShapeRenderer, set a rectangle ( new Rectangle(1,1) ) as shape, and set the series lines invisible ( setSeriesLinesVisibile(false) ) ; and it works! My series becomes invisible when...
by dustman
Wed Aug 22, 2007 9:43 am
Forum: JFreeChart
Topic: scrollbar
Replies: 6
Views: 12572

Scrolling chart = done

Hello I looked at some examples from the archive that comes with the jfreechart developers guide, and found a cool thing. The example was called CompassFormatDemo2.java, and it had a scroll on the range axis. Well, the whole idea was to change the range of the axis, linked to the scroll position. I ...
by dustman
Tue Aug 21, 2007 7:43 am
Forum: JFreeChart
Topic: scrollbar
Replies: 6
Views: 12572

I've tried it and it works, but I would like to scroll only the chart, not the legend and range axis (so only the datasets in the chart).



Cheers,
Radu
by dustman
Tue Aug 21, 2007 7:22 am
Forum: JFreeChart
Topic: Make a TimeSeries invisible, then visible again
Replies: 4
Views: 6539

Hello again :|

Hi I changed the renderer from StandardXYItemRenderer to XYDotRenderer, and now the timeseries doesn't become invisible when using: ((XYDotRenderer)subplot1.getRendererForDataset(subplot1.getDataset(0))).setSeriesVisible(0, false); ((XYDotRenderer)subplot2.getRendererForDataset(subplot2.getDataset(0...
by dustman
Thu Aug 16, 2007 7:21 am
Forum: JFreeChart
Topic: Make a TimeSeries invisible, then visible again
Replies: 4
Views: 6539

True, true...

Hello!

Thanks for the quick answer David! Yeah, I've noticed that today when I played around to make a dotted series instead of a line series.



Cheers!


Radu
by dustman
Tue Aug 14, 2007 3:42 pm
Forum: JFreeChart
Topic: Make a TimeSeries invisible, then visible again
Replies: 4
Views: 6539

Make a TimeSeries invisible, then visible again

Hello! I'm new to JFreeChart, so sorry about my noobish questions. Well, here goes: I have a TimeSeries object, that I want to make invisible (so it won't appear on the chart), and when I click a button to make it visible again. During the time the TimeSeries is invisible, I still want data to be ad...