绘制返回记录计数图表
我正在尝试在 Flex/FlashBuilder 4.5 中创建一些图表
我遇到的问题是我希望显示的信息是某个区域内的事件数量。我正在使用 HTTP 服务访问 Rails 控制器,该控制器返回事件的 XML 列表。
我需要弄清楚如何绘制事件数量的图表,例如返回的记录数量。图表中没有数值,例如,如果我绘制销售或价格图表,就会有数值。
我有点困惑,最好的方法是什么?
I am trying to create some charts in Flex/FlashBuilder 4.5
The issue I have it that the information I wish to display is the number of events within an area. I am using HTTP service to access a rails controller which is returning an XML list of the events.
I need to figure out how to chart the number of events, eg number of records returned. There is no numeric value within chart, as there would be if I was charting sales or prices for example.
I'm a little stumped as to the best way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用数据函数。查看 http://flexdiary.blogspot.com/2008/08/charting-example .html 是一个使用它的示例。
Use a dataFunction. Check out http://flexdiary.blogspot.com/2008/08/charting-example.html for an example that uses one.