我可以为此目的定制条形图吗?
我对在 Flex 中使用图表有点陌生,所以如果我问的问题有明显的答案,您必须原谅我。
我需要创建一个更像列表组件的条形图,尽管它仍然应该是一个图表。我需要项目看起来有点像这样:
<s:HGroup width="100%">
<s:Button id="labelDisplay" label="Item Name"/>
<s:BARCHARTGRAPHTHING width="100%"/>
<s:Label text="{data.count}"/>
</s:HGroup>
因此,项目应该看起来像这样:
是否有一种自定义 MX BarChart 组件的方法,以允许我为呈现行标签的部分提供自定义项目呈现器?还有一种方法可以让我在右侧栏旁边添加总计列吗?
此外,我需要能够让我的图表处理许多不同的数据行。我可以让它更像一个列表并添加一个滚动条,将刻度线保留在所有栏上方的底部吗?
I'm kind of new to using charts in Flex, so you'll have to forgive me if I'm asking something for which there's an obvious answer.
I have a need to create a BarChart which acts more like a List component, albeit it should still be a chart. I need items to look somewhat like this:
<s:HGroup width="100%">
<s:Button id="labelDisplay" label="Item Name"/>
<s:BARCHARTGRAPHTHING width="100%"/>
<s:Label text="{data.count}"/>
</s:HGroup>
Thus, an item should look kind of like this:
Is there a way to customize the MX BarChart component to allow me to provide a custom item renderer for the part that renders the label for the row? Is there also a way for me to add a total column next to the bar on the right?
Additionally, I need to be able to allow my chart to handle a lot of different rows of data. Can I make it act more like a list and add a scroller, keeping the ticks at the bottom above all bars?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论