Search found 3 matches

by NickDecker
Mon Sep 22, 2014 8:52 pm
Forum: JFreeChart
Topic: Circular PieChart3D with a shadowGenerator is too wide
Replies: 2
Views: 3238

Re: Circular PieChart3D with a shadowGenerator is too wide

Okay, at least you're aware of it and it's not something that I'm doing wrong. Thanks for replying to the post!
by NickDecker
Fri Sep 12, 2014 1:29 am
Forum: JFreeChart
Topic: How to stroke a PieChart's legend items (not slices)
Replies: 1
Views: 2137

How to stroke a PieChart's legend items (not slices)

Hi, Is there any way to control the stroke on a PieChart's legend items independent of the sectionOutlineStroke? Right now I can modify the stroke for both the legend shapes and the pie slices with: plot.setBaseSectionOutlinePaint() plot.setBaseSectionOutlineStroke() But I want to stroke the legend ...
by NickDecker
Wed Sep 10, 2014 10:28 pm
Forum: JFreeChart
Topic: Circular PieChart3D with a shadowGenerator is too wide
Replies: 2
Views: 3238

Circular PieChart3D with a shadowGenerator is too wide

If you create a 3D pie chart, set it to circular, and add with a shadow generator then the plot is shifted way off to the right of the chart so that you can't see all of it and the labels are truncated. If you create a 2D chart, or don't set it to circular, then this works just fine. 2D Chart screen...