我可以为此目的定制条形图吗?

发布于 2024-12-07 01:09:15 字数 637 浏览 1 评论 0原文

我对在 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:

enter image description here

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?

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文