16-06-2014 12:23 PM
Dear All,
I'm writing a Java Report to generate a Radar Chart.
View myView = newView(rc.addDataset(tableDS));
myView.addRenderer(AnalysisReportToolbox.rRadarChart);
rc.addView(myView);
The result is as attached. Is there a way that I can hide the legend (highlighted in red color)? I've read the Javadoc but didn't manage to find out.
Thank you for your advice!
Nina.
Solved! Go to Solution.
19-06-2014 10:03 AM
Hello Nina,
I confirm this is not possible.
Regards,