开发者

Piechart wedge border styling in Flex

开发者 https://www.devze.com 2023-01-22 09:38 出处:网络
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.

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消