Flex 中的饼图楔形边框样式

发布于 2024-09-30 00:52:41 字数 98 浏览 2 评论 0原文

Adobe 的文档描述了如何使用 PieSeries 中的 mx:lines 元素将轮廓应用于饼图,但这只会更改整个图表的边框。

如何在图表中的每个楔形周围添加边框?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妖妓 2024-10-07 00:52:41

有两个属性:

lines(圆周周围的笔划)

radialStroke(饼图本身内的笔划)

如果成功设置其中一个,则另一个会应用到同样的方式。

乔什

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文