Can I remove a serie that is not visible?
I set a serie invisible (renderer.setSeriesVisible(i,Boolean.FALSE,true);)
and
after that I do removeSerie(i). But I don't work fine.
Search found 6 matches
- Mon May 22, 2006 5:27 pm
- Forum: JFreeChart
- Topic: Can I remove a serie that is not visible?
- Replies: 1
- Views: 3587
- Thu May 18, 2006 4:52 pm
- Forum: JFreeChart
- Topic: Problem with removeSeries
- Replies: 1
- Views: 2034
Problem with removeSeries
I have a lot of series . I would like to choose a serie and remove it. But somethimes it not work and it remove another serie. //seriesdata is a XYSeriesCollection if( connectionNames.contains(link)){ this.seriesdata.removeSeries(this.seriesdata.getSeries(this.seriesdata.indexOf(link))); } thanks,
- Tue May 09, 2006 9:58 am
- Forum: JFreeChart
- Topic: Make series invisible
- Replies: 1
- Views: 2149
Make series invisible
I want to make series invisible .
I have a application that shows all series. And I want to select a serie via the menu and shows only this serie, another series must be invisible.
Can anybody help me?
I have a application that shows all series. And I want to select a serie via the menu and shows only this serie, another series must be invisible.
Can anybody help me?
- Tue Apr 25, 2006 1:05 pm
- Forum: JFreeChart
- Topic: Scaling TickUnit in x and y axis.
- Replies: 1
- Views: 2622
Scaling TickUnit in x and y axis.
Hi, I have a chart that shows X-und Y-Axis . But I would like to set the TickUnit dynamically. Wenn I have much data the TickUnit must be like( setTickUnit(new NumberTickUnit( 50 , new DecimalFormat("0"))); with not much data instead of 50 , I would like somethings like 5 or 10 . (setTickUnit(new Nu...
- Tue Apr 04, 2006 10:06 am
- Forum: JFreeChart
- Topic: why can I change german-info to english ?
- Replies: 3
- Views: 5322
- Tue Mar 28, 2006 10:50 am
- Forum: JFreeChart
- Topic: why can I change german-info to english ?
- Replies: 3
- Views: 5322
why can I change german-info to english ?
Hi,
When I do a right-ckick on my chart , I have german Informations. Why can I change to english informations (like zoom, save, print..).
Thanks
When I do a right-ckick on my chart , I have german Informations. Why can I change to english informations (like zoom, save, print..).
Thanks