Transformed Axis labels

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
liferiot
Posts: 6
Joined: Thu Feb 18, 2010 1:44 pm
antibot: No, of course not.

Transformed Axis labels

Post by liferiot » Thu Feb 18, 2010 1:58 pm

Axis labels are transformed in two ways:
- The labels get strechded (e.g. vertical label gets stretched itself vertically when the chart with is a lot more than its heicht)
- The font size of the tick labels is transformed. Specifying e.g. font size 12 i get a very small font if the chart is very small.

the first thing is not nice and maybe there is a solution, but it doesn't have to be.
However downsizing of the label font is a big problem wanting the same font size everywhere.
Is there a solution to get the font size fixed?

Locked