I'm trying to configure a pie chart to produce angluar connection lines between pie segments and labels. In jfreechart documentation on page 22 (figure 2.2) is an example image where the connection lines are styled the way I want them to look. When lookign at the referenced PieChartDemo2.java, I'm g...