setSeriesVisible « Series « JFreeChart Q&A





1. problem with 3dBarChart and setSeriesVisible    jfree.org

I am trying to hide a bar in a bar chart. As far as I can tell I should be able to get the renderer for the chart, and call setSeriesVisible. This works great for XY charts, but seems to have no effect on a 3d bar chart. Is this the right way to hide the item, or is there something ...

3. setSeriesVisible(InLabel) Support for BarRenderer    jfree.org

Hallo, currently I'm creating stacked bar charts, that are not aligned to the domain axis, by painting the first series complete transparent. But still I can not get rid of the legend entry for this the "hidden" series. The README for Version 1.0.1 says, that the support for setSeriesVisible and setSeriesVisibleInLegend is currently limited to only a few renderers. Currently the ...

5. StackedXYBarRenderer method setSeriesVisible does not work    jfree.org

I am using jfreechart 1.0.9. I am using the StackedXYBarRenderer and when I try to hide a series using the setSeriesVisible method, it does not work. The legend item for the particular series gets hidden, but the series bars withing the graph do not disappear. ((StackedXYBarRenderer)((XYPlot) plot).getRenderer()).setSeriesVisible(i, false); Let me know if you have seen this and if you have a ...

6. ClusteredXYBarRenderer.setSeriesVisible does not work    jfree.org

Hello, I'm developing a component that uses a checkbox list in the left and a plot in the rigth. Every time the user checks/unchecks a serie listed in the checkbox list the corresponding serie is set visible/unvisible in the plot. To produce this effect I'm using the setSeriesVisible(int series, boolean visible) method from the plot's renderer. It works well when I'm ...

7. Potential bug with setSeriesVisible on StackedXYBarRenderer    jfree.org

Potential bug with setSeriesVisible on StackedXYBarRenderer by Kristian Mon Jul 26, 2010 7:59 pm This post relates to version 1.0.13, system does not seem to be relevent. I'm attempting to do something similar to the HideSeriesDemoXs but using the StackedXYBarRenderer (i.e. have a chart where check boxes change the visibility of a series). When I swap the visibility of a ...

8. Potential bug with setSeriesVisible on YInterval    jfree.org

Potential bug with setSeriesVisible on YInterval by ccolburn Wed Jun 29, 2011 4:41 pm This post relates to version 1.0.13 There is another thread with a very similar issue but using YInterval results in a slightly differernt behavour. viewtopic.php?f=3&t=30363 . I modified the code from the other thread to use YInterval, both are based on the HideSeriesDemoXs. When series1 is ...