如何检测 BarChart 何时完成 Flex 中的渲染
有没有办法检测条形图何时完成渲染?我正在尝试将 BarChart 的快照添加到 PDF 文件中,但在执行此操作之前,我需要等到 BarChart 完成加载。
谢谢。
Is there a way to detect when a BarChart finishes rendering? I am trying to add a snapshot of the BarChart to a PDF file but before doing this I need to wait until the BarChart has finished loading.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以收听 updateComplete 事件: http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/mx/core/UIComponent.html#event:updateComplete
You can listen to the updateComplete event : http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/mx/core/UIComponent.html#event:updateComplete