Chart Legends |
Font and Font Paint | ||
You can control the font used in the Legend by doing the following:
LegendProperties legendProperties= new LegendProperties(); legendProperties.setChartFont( new ChartFont( new Font( "Georgia Negreta cursiva", Font.PLAIN, 13 ), Color.red ) );