Cheers, Martijn, Twitter.
Martijn Verburg wrote:Renderer not associated with the chart?
Damien Bories wrote:(It is probably too late for Steve, but in case somebody is facing the same problem) new ItemLabelPosition(ItemLabelAnchor.OUTSIDE3, TextAnchor.BOTTOM_LEFT, TextAnchor.BOTTOM_LEFT, -45.0) Do not use degrees, but radians. Which means, in your case : new ItemLabelPosition(ItemLabelAnchor.OUTSIDE3, TextAnchor.BOTTOM_LEFT, TextAnchor.BOTTOM_LEFT, - Math.PI / 4) This is a common mistake, everybody do it the first time.