Font « PieChart « JFreeChart Q&A





1. Font of legend for pie chart    jfree.org

I am assuming that the legend displayed just fine before you changed the fonts. I also assume that the smiley face is actually an integer followed by a closing parenthesis. If both are true, then you might want to look at how Font family names are stored in your system. For example, on my system Times New Roman is stored as ...

3. Pie Chart Legend Font    jfree.org

4. How to set font of Label in PIE chart    jfree.org

I was not saying that every subtitle of the chart is a TextTitle. In fact, the list with subtitles also includes the legend. I meant that the title in question (with the "__AUM") is (most certainly) a TextTitle, and you should be abale to use the setFont(Font font) method. W/o the source code, it is difficult to clarify the origin of ...