if(plot.getWebFilled() != null)
{
spiderWebPlot.setWebFilled(plot.getWebFilled());
}
spiderWebPlot.setToolTipGenerator(new StandardCategoryToolTipGenerator());
spiderWebPlot.setLabelGenerator(labelGenerator);
Font titleFont = chartSettings.getTitleFont() != null
? JRFontUtil.getAwtFont(chartSettings.getTitleFont(), Locale.getDefault())
: TextTitle.DEFAULT_FONT;