Search found 8 matches

by CoreDumped
Mon Oct 10, 2016 8:12 am
Forum: JFreeChart
Topic: Multiple chart alignment
Replies: 11
Views: 9483

Re: Multiple chart alignment

Thx Para. I'll try asap.
by CoreDumped
Thu Oct 06, 2016 7:05 am
Forum: JFreeChart
Topic: Multiple chart alignment
Replies: 11
Views: 9483

Re: Multiple chart alignment

Hi Paradoxoff,

Yes.
by CoreDumped
Fri Sep 30, 2016 8:55 am
Forum: JFreeChart
Topic: Multiple chart alignment
Replies: 11
Views: 9483

Re: Multiple chart alignment

Thank you Paradox. Yes, issue is ticks marks&labels of top charts! RangeAxis is set visible(false) for barcharts. So I've tried AxisSpace, and we are close to find the solution. Here : left space of 50pixels as you mentionned above in all 7 charts(1 per jtable row and top chart), top and bottom stil...
by CoreDumped
Thu Sep 29, 2016 1:58 pm
Forum: JFreeChart
Topic: Multiple chart alignment
Replies: 11
Views: 9483

Re: Multiple chart alignment

Horizontal plots are ChartPanel you're right, all in seperate cells of a JTable. The top chart is in a JPanel (BorderLayout) with the JCalendar and the "other" stuffs My "needs" : JCalendar must be to the top left, "A LABEL" must be align with his plot (left aligned like the screenshot, and also ver...
by CoreDumped
Thu Sep 29, 2016 8:30 am
Forum: JFreeChart
Topic: Multiple chart alignment
Replies: 11
Views: 9483

Re: Multiple chart alignment

Ok, i've tried CombinedDomainXYPlot and it's ok but it doesn''t fit my "special" needs. The "subcharts" in the bottom are rendered in a JTable cell, so i can control the chart's height (I know CombinedXYPLot have weight). So, there is no way to calculate Insets or Lower/UpperMargin ? In the screensh...
by CoreDumped
Tue Sep 27, 2016 12:47 pm
Forum: JFreeChart
Topic: Multiple chart alignment
Replies: 11
Views: 9483

Re: Multiple chart alignment

I've already at the CombinedDomainXYPlot last month but there was something wrong with XYStepAreaRenderer. I don't remember what -_-
I'll give it a try.

Thank you/Merci Para.
by CoreDumped
Mon Sep 26, 2016 9:59 am
Forum: JFreeChart
Topic: Multiple chart alignment
Replies: 11
Views: 9483

Multiple chart alignment

Hi, I've have some trouble getting my charts aligned. Here's a screen: http://img4.hostingpics.net/thumbs/mini_721657graph.png I would like charts in the bottom to be aligned with the chart in the top, between the 2 line in yellow. (Domain axis are the sames values ie 0->1439 minutes) A solution may...
by CoreDumped
Wed Aug 31, 2016 10:54 am
Forum: JFreeChart
Topic: DateAxis Help
Replies: 0
Views: 4214

DateAxis Help

Hello / Bonjour, First of all, sorry for my bad english. I current have a TimeSeries Chart created by "createTimeSeriesChart". I'm representing a week of data, every 5 minutes, for a total of 2016 points ( 12(points/hour) * 24(hours/day) * 7(total days) ) My problem is with DomainCrossHair (or with ...