Patches item #3294472, was opened at 2011-04-28 16:13
Message generated for change (Tracker Item Submitted) made by philpem
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462818&aid=3294472&group_id=51305
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Any
Group: last released version
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Philip Pemberton (philpem)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxFreeChart: fix extent calculation for axis labels
Initial Comment:
[freechart] Bugfix: Vertical axis title extent calculation error
Extents were being miscalculated for vertical axes titles. This left a lot of white space to the right side of the title. Basically, the longer the label string, the more space was left. The root cause of this was the calculations being based on the height of the label text for horizontal label strings, and the width for vertical strings...
Patch attached.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462818&aid=3294472&group_id=51305
|