Jono
Jono

Reputation: 4076

Piechart wedge border styling in Flex

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

Answers (1)

Joshua
Joshua

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

Related Questions