SSRS 2008:如何将柱形图直接置于柱形图中月份刻度线上方的中心?
使用柱形图。我的类别组是月和年,月是内部组,因此月份的三个字母缩写直接显示在数据列下方,而年份则位于该组月份的下方。但是,数据列从月份刻度线(显示的第一个月)左侧的位置开始,并逐渐移动到显示的最后一个月的月份刻度线右侧。
那么,如何将列设置为直接以月份刻度线为中心呢?
这是我现在拥有的图像:
谢谢!
Using a Column chart. My Category groups are Month and Year, with Month being the inner group so that a three-letter abbreviation of the month is shown directly under the data column and the Year is beneath that set of months. However, the data columns start at a position on the left of the month tick mark (for the first month displayed) and gradually moves to the right of the month tick mark for the last month displayed.
So, how does one set the column to be directly centered on the Month tick mark?
Here is an image of what i have now:
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题在于图表的设计。请了解系列组和类别组。
请检查图表的类别组和系列组。
系列组不应包含月份名称,并且在类别组中使用年份字段内的月份名称字段。
希望这会有所帮助。附上图像。
修改前
修改后
The Problem is in Design of the chart. Please know about the series Groups and category groups.
Please check that the Category Groups and Series Groups of the chart.
The Series Group should not contain the month name and in the category Groups use the month Name field inside the Year field.
Hope this will help. Attached the Images.
Before Modification
After Modification