Reputation: 4076
Adobe's docs describe how to apply an outline to the pie chart by using the mx:stroke element within a PieSeries, however this only changes the border of the entire chart.
How do I add a border around each of the wedges in the chart?
Upvotes: 0
Views: 744
Reputation: 6665
There's two properties:
stroke
(the stroke around the circumference)
and
radialStroke
(the stroke within the pie chart itself)
If you're successfully setting one then the other is applied in the same manner.
Josh
Upvotes: 1