I'm having a problem with font sizes in the title or axes.
setting a font for the title or axes makes the font look smaller by about 1.5 than the specified size.
As a workaround I have set the font getter to return a font with the original size multiplied by 1.5, but that's not the ideal solution
setting a larger chart area doesn't affect the size of the font.
Is this a known issue?
Thanks
Elad
Code: Select all
chart.getTitle().setFont(<someFont>)