如何在 Adobe Flash Builder 中使用滑块控制柱形图?
我在 Adobe Flash Builder 中创建了柱形图。
现在我想用滑块控制柱形图。 我想根据滑块的值更改柱形图。
我怎样才能实现这个目标?
任何建议都有帮助。 提前致谢 !
I have created Columnchart in Adobe Flash Builder.
Now I want to control that column chart with Slider.
I want to change the column chart according to value of the slider.
How can I achieve this?
Any suggestions are helpful.
Thanks in Advance !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为 更改 事件到您的 Slider 组件。
然后,您更新图表的数据提供程序并将其重新分配给图表。
以下是 Tour de Flex 的修改示例。
You need to add a listener for the Change Event to your Slider component.
Then you update the chart's data provider and re-assign it to the chart.
Here's a modified sample from Tour de Flex.