Search found 2 matches

by dallimor
Wed Jul 01, 2009 12:35 am
Forum: JFreeChart - Stockmarket
Topic: New Approach to show LegendTitle
Replies: 6
Views: 28458

Re: New Approach to show LegendTitle

Just a heads up for people who are using this for combined plots. If you try and put a legend title at the top or bottom of a plot in a combined range plot (or at left/right in combined domain) then the combined axis doesn't plot correctly as it doesn't know about the modified plot area. I'm trying ...
by dallimor
Sat Jun 06, 2009 8:47 am
Forum: JFreeChart
Topic: same space length between ticks in axis
Replies: 8
Views: 14082

Re: same space length between ticks in axis

I've got this working for a custom renderer by modifying the axes ranges after rendering all items This is the code I used at the end of the drawItem method. I know my dataset only has one item but you could easily have an if to do this only on the last item // Now modify axes ranges to ensure aspec...