Search found 3 matches

by paolobacci
Fri Oct 14, 2011 3:02 pm
Forum: JFreeChart
Topic: How to show series values on the top of LayeredBar chart?
Replies: 1
Views: 4776

How to show series values on the top of LayeredBar chart?

Hi, I'm trying to display the values on the top of the layerbars. As it is a layer chart the data is displayed on top of the previous and I'm having a hard time showing the values. import java.awt.Color; import java.util.ArrayList; import java.util.HashMap; import org.jfree.chart.ChartPanel; import ...
by paolobacci
Mon May 09, 2011 5:38 pm
Forum: JFreeChart
Topic: Hide legends and show a panel with them
Replies: 0
Views: 2457

Hide legends and show a panel with them

Hi,
I'd like to know if there is a way to get the legends showing up in a JPanel because in some cases I have about 3.000 readings and it makes the space for the legends so huge that it interferes the chart to be correctly displayed.

If you have another suggestion to make I'll be appreciate.

Thanks!
by paolobacci
Thu Apr 14, 2011 4:45 pm
Forum: JFreeChart
Topic: Get mouse zoom action and replicated to others graphics
Replies: 0
Views: 2548

Get mouse zoom action and replicated to others graphics

Hi, I have 6 different XY time series graphics, one above each other, in one panel. From the start I already took care to set the same domain range to each one of them so they have always the same "time space" for (graphics){ DateAxis x = (DateAxis) graphic.getChart().getXYPlot().getDomainAxis(); x....