将图表放在组上的问题

发布于 2024-09-16 12:57:47 字数 738 浏览 11 评论 0原文

我正在尝试让图表在 Telerik Reports 中的组标题中工作。我正在使用饼图,并且正在使用 DataGroupColumn 属性。代码如下

        Me.Chart1.DataGroupColumn = "Mfg"
        ChartSeries1.DataYColumn = "Quantity"
        ChartSeries1.Type = Telerik.Reporting.Charting.ChartSeriesType.Pie

我的数据如下

Mfg  Model              ProductNumber         Qty
HP   LaserJet 4700      a3482-3938-2259       32
Dell Laser 1710n        72C8FMC               15
HP   Bubble Jet 3320    d339-2938-2923        27
Dell Laser 1100         72C8FMC               15
HP   LaserJet 4700      12952-7342-3567       32
Dell Laser 1710n        68923C9               15

在我的报告中,我有一个用于制造的组,然后是一个用于模型的组。我尝试将图表放入制造组的标题中,但图表仅显示第一组的数据。有没有办法让图表显示该组的数据?

I am trying to get a Chart to work in the Header for a Group in Telerik Reports. I am using a pie chart, and I am using the DataGroupColumn property. The code is below

        Me.Chart1.DataGroupColumn = "Mfg"
        ChartSeries1.DataYColumn = "Quantity"
        ChartSeries1.Type = Telerik.Reporting.Charting.ChartSeriesType.Pie

And my data is as follows

Mfg  Model              ProductNumber         Qty
HP   LaserJet 4700      a3482-3938-2259       32
Dell Laser 1710n        72C8FMC               15
HP   Bubble Jet 3320    d339-2938-2923        27
Dell Laser 1100         72C8FMC               15
HP   LaserJet 4700      12952-7342-3567       32
Dell Laser 1710n        68923C9               15

And in my report, I have a group for Mfg, then a group for Model. I tried putting the Chart in the Header for the Mfg group, but the chart only shows the data for the very first group. Is there a way to get the chart to display the data for the group?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文