Flex PieChart 中的样式标注?
是否可以设置从 labelFunction 返回的字符串的样式,以便我可以更改标注(内部)的颜色和字体?或者其他方式?
(仅返回不可样式化的字符串似乎是一个很大的限制。)
谢谢!
大卫
Is it possible to style the string returned from the labelFunction so I can change color and font of the callout (inside)? Or some other way?
(It seems like a big limitation to have that only return a string that is unstylable.)
Thanks!
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想饼系列有一些属性,称为颜色、fontFamily,它们可以为你完成这项工作。
供进一步参考:
http://help.adobe.com /en_US/FlashPlatform/reference/actionscript/3/mx/charts/series/PieSeries.html
I suppose there are properties of pie series, called color, fontFamily, which can do the job for u mite.
For further reference:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/charts/series/PieSeries.html