Search found 4 matches

by rfuegen
Fri Aug 08, 2014 12:34 am
Forum: JFreeChart
Topic: JFreeChart 2?
Replies: 1
Views: 2231

JFreeChart 2?

David, I just learned from your post regarding timezones that JFreeChart 2 is in the making. Maybe you could give us some thoughts, basic concepts, plans regarding this version? I haven't gone through much of the code yet (just Axis & related), but noticed some things: - eclipse issues about 3500++ ...
by rfuegen
Mon Jul 28, 2014 1:18 am
Forum: JFreeChart
Topic: AxisLabelLocation - Inside?
Replies: 3
Views: 3248

Re: AxisLabelLocation - Status Update

I managed to - introduce a new class AxisLabelPosition(.INSIDE and .OUTSIDE) - with getters and setters in org.jfree.chart.axis.Axis - calculate reserveSpace() properly in org.jfree.chart.axis.ValueAxis - locate the labels somewhere close to where they ought to be What I couldn't figure out so far: ...
by rfuegen
Wed Jul 23, 2014 4:03 pm
Forum: JFreeChart
Topic: AxisLabelLocation - Inside?
Replies: 3
Views: 3248

Re: AxisLabelLocation - Inside?

tnx for the information.

maybe I'll dig into the code and see what I can do, since implementing it this way seems to be the best solution.
by rfuegen
Mon Jul 21, 2014 4:47 pm
Forum: JFreeChart
Topic: AxisLabelLocation - Inside?
Replies: 3
Views: 3248

AxisLabelLocation - Inside?

I need to make a XY chart as large as possible and therefore would like to place the Axis labels INSIDE the chart (even if they overlap chart data): X Axis - label ABOVE axis instead of below Y AXIS - label RIGHT of the axis instead of left is there an easy way to achieve this? new constants like Ax...