Search found 6 matches

by Nikeitaro
Thu Jul 31, 2008 10:21 am
Forum: JFreeChart
Topic: Little problem on MeterPlot and ThermometerPlot
Replies: 0
Views: 1818

Little problem on MeterPlot and ThermometerPlot

Hello, A little detail is bugging me in those charts. In the XYPlot (for example), if there is no data (so if the dataset is empty or null), the "No data message" is displayed. For the MeterPlot and ThermometerPlot, it isn't. I wanted to ask you, David, if it is possible for you to add this behavior...
by Nikeitaro
Wed Jul 16, 2008 1:48 pm
Forum: JFreeChart
Topic: Problem with Plot's outline
Replies: 6
Views: 7309

Which version of JFreeChart do you use ?
by Nikeitaro
Thu Jul 10, 2008 5:03 pm
Forum: JFreeChart
Topic: Problem with Plot's outline
Replies: 6
Views: 7309

Thanks for your support
by Nikeitaro
Thu Jul 10, 2008 1:15 pm
Forum: JFreeChart
Topic: My renderer wont change shapes (XYDotRenderer)
Replies: 4
Views: 5378

Hi,

Try the function setSeriesShape instead of setBaseShape
by Nikeitaro
Thu Jul 10, 2008 10:46 am
Forum: JFreeChart
Topic: Problem with Plot's outline
Replies: 6
Views: 7309

Hi, Did you have the time to look at it David ? Maybe my post wasn't clear enough or maybe you couldn't reproduce the bug. If you need the code to test it, you can take BarChartDemo1.java and add the line "plot.setOutlineVisible(false);" in the function create chart, and do the same in BarChart3DDem...
by Nikeitaro
Thu Jun 19, 2008 10:59 am
Forum: JFreeChart
Topic: Problem with Plot's outline
Replies: 6
Views: 7309

Problem with Plot's outline

Hello, I have encountered a problem when I was trying to put the plot's outline invisible. It works well on 2D chart like BarChart or StackedBarChart, but doesn't work with 3D chart (like BarChart3D, StackedBarChart3D or LineChart3D) I used the function "setOutlineVisible" to do that. So my question...