Search found 12 matches

by MP3HiFi
Wed May 30, 2012 8:50 pm
Forum: JFreeChart
Topic: Question on multiple legends
Replies: 3
Views: 4006

Re: Question on multiple legends

Thanks for that detailed hints. I will try them.

Perhaps I find another solution. Perhaps the best would be setting the plot area in all chatrs tho the same size.
by MP3HiFi
Wed Apr 18, 2012 1:12 pm
Forum: JFreeChart
Topic: Question on multiple legends
Replies: 3
Views: 4006

Re: Question on multiple legends

No ideas? I would be happy with setting the legend manually, but thats impossible, at least with the given API.

Another solution would be setting the chart-size and the plot-size manually. I have to make sure, that the plot fits to each other when putting the charts under each other.

Thanks
MP3HiFi
by MP3HiFi
Thu Mar 22, 2012 5:54 pm
Forum: JFreeChart
Topic: Question on multiple legends
Replies: 3
Views: 4006

Question on multiple legends

Hello, I have a question regarding multiple legends. I have a combined chart with 2 plots at the moment, but it will be more in future. How can I set the position of the legends right to each plot? The Problem is, that all the plots must fit on the same X-axis. http://s14.postimage.org/4bwlh1ve9/cha...
by MP3HiFi
Thu Aug 19, 2010 1:05 pm
Forum: JFreeChart
Topic: Barchart Limit Maximum Values
Replies: 0
Views: 1822

Barchart Limit Maximum Values

Hello,

I have a BarChart containing much small values and a couple of larger values. Is it possible to limit the BarChart for the larger values and show the value above the limited Bar? Please ignore the included linecharts.

Image

Thanks
Martin
by MP3HiFi
Wed Sep 09, 2009 2:23 pm
Forum: JFreeChart
Topic: setTickMarkPosition Not Working
Replies: 1
Views: 2567

Re: setTickMarkPosition Not Working

Hi, I have the same problem. It seems that the markers are not affected by setTickMarkPosition. For example I have a DateAxis using TimeSeries ts = new TimeSeries("Quantile " + (quantileIndex + 1), Month.class); The Values are affected by using TickMarkPosition, but not the Markers i set. Best Regards
by MP3HiFi
Mon Oct 20, 2008 6:05 pm
Forum: JFreeChart
Topic: XYBarChart with TimeSeriesCollection
Replies: 2
Views: 2902

Hi paradoxoff, you are right. I am using the Date of the monthend. The problem is, that I get the data from a database. To change it, I have to convert all the data when selecting. The timeseries consist of monthly data. I will take a closer look at this tomorrow. Perhaps I have to implement my own ...
by MP3HiFi
Mon Oct 20, 2008 11:08 am
Forum: JFreeChart
Topic: XYBarChart with TimeSeriesCollection
Replies: 2
Views: 2902

XYBarChart with TimeSeriesCollection

Hello, I have some questions concerning the XYBarChart with TimeSeries. I added monthly values with the following code: dataset.add(new org.jfree.data.time.Month(date),value, "Quantile" ); Additionaly I add a marker with the following code: ValueMarker mark = new ValueMarker(date, Color.DARK_GRAY, n...
by MP3HiFi
Mon May 26, 2008 12:30 pm
Forum: JFreeChart
Topic: SWTGraphics2D not freeing up resources
Replies: 2
Views: 3537

Hi Henry,

I have the latest version (1.0.9) from the build on sourceforge.

The revision 1014 from svn never disposes any color or fonts. It only disposes the resources, but thats not all.

Martin
by MP3HiFi
Mon Apr 21, 2008 1:41 pm
Forum: JFreeChart
Topic: SWTGraphics2D not freeing up resources
Replies: 2
Views: 3537

SWTGraphics2D not freeing up resources

Hello, after a large Test (creating more than 1000 charts in an Eclipse plugin) I have figured out a problem using Sleak-PlugIn. There are fonts created in the class but they are not disposed, when the SWTGraphics2D is disposed. I added two methods which are called from dispose() analog disposeColor...
by MP3HiFi
Mon Apr 14, 2008 4:08 pm
Forum: JFreeChart
Topic: StackedBarChart with TimeSeries
Replies: 3
Views: 3295

Thanks,

it works.

Bye
Martin
by MP3HiFi
Mon Apr 14, 2008 11:03 am
Forum: JFreeChart
Topic: StackedBarChart with TimeSeries
Replies: 3
Views: 3295

Hello,

does nobody has a solution for this problem?

Bye
Martin
by MP3HiFi
Fri Apr 11, 2008 8:17 am
Forum: JFreeChart
Topic: StackedBarChart with TimeSeries
Replies: 3
Views: 3295

StackedBarChart with TimeSeries

Hello,

at the Moment I use ChartFactory.createStackedBarChart to get my chart. For the x-axis I have dates in a timeseries. Because I have a lot of datapoints, the x-axis labels are not readable, because they overlap.

Is there any solution for this. The stacked option is a must.

Thanks
Martin