SSRS VS05 - 在折线图中创建刻度分隔符
有没有办法在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用轴“刻度中断”的能力是他们添加到 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.