SSRS VS05 - 在折线图中创建刻度分隔符

发布于 2024-08-29 05:39:24 字数 512 浏览 5 评论 0原文

有没有办法在 Visual Studio 2005 中为 SSRS 折线图报告添加比例中断

原因是因为我有一些如下数据:

Vendor   Date   Amount
------   ----   ------
Test     1/1    0.0093
Test     1/2    0.0072
Test1    1/1    0.0033
Test1    1/2   -0.0450
Volume   1/1    343203
Volume   1/2    493902

我需要在同一个折线图上显示这些信息,但由于数量如此不同,它使得图表混合了所有测试供应商放在一起,我真正能看到的就是音量线。

我只需要图表足够智能,可以向测试供应商显示一半高度,向体积供应商显示另一半高度。我使用过一些第三方 ASP.Net 工具,他们称之为 Scale Break。

Is there a way to add a Scale Break in Visual Studio 2005 for an SSRS line chart report?

The reason is because I have some data like the following:

Vendor   Date   Amount
------   ----   ------
Test     1/1    0.0093
Test     1/2    0.0072
Test1    1/1    0.0033
Test1    1/2   -0.0450
Volume   1/1    343203
Volume   1/2    493902

I'm needing to show this information all on the same line graph but since the amounts are so different, it makes the graph blend all the Test vendors together and all I can really see is the volume line.

I'm just needing the graph to be smart enough to show half of the height to the Test vendors and the other half to the Volume vendor. I've used some 3rd party ASP.Net tools and they called it a Scale Break.

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

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

发布评论

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

评论(1

往事风中埋 2024-09-05 05:39:24

使用轴“刻度中断”的能力是他们添加到 SSRS 2008 中的一项新功能。我的理解是 SSRS 2005 中没有等效的内置功能。

The ability to use axis "scale breaks" is a new feature they added to SSRS 2008. My understanding is that there is no equivalent built-in feature in SSRS 2005.

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