饼图未显示SSRS 2014中的所有值

问题描述:

我在SSRS中创建了饼图,如下所示.我通过右键单击饼图并单击显示标签来启用标签.预览图表时,看不到所有标签.唯一可见的标签是馅饼中最大的一部分.我试图增加图表的大小,但没有效果.有任何想法吗?

I created the pie chart in SSRS as given below. I enabled the labels by right clicking on pie chart and click show labels. When I preview the chart I cant see all the labels. The only label visible is for the biggest portion in the pie. I tried to increase the size of the chart but no effect. Any idea?

没有可用的信息,但最终我了解了这个技巧.我认为存在一个错误,因为在饼图上仅显示了一个标签(在我的情况下为403).要解决该问题,请执行以下步骤:

No info is available but finally I learned the trick. I think there is a bug because of which only one label is shown (403 in my case) on the pie chart. To solve the problem follow the steps:

  1. 右键单击饼图并将其更改为折线图.
  2. 现在在单个栏上单击鼠标右键,然后从菜单中选择显示标签.
  3. 对所有4个或更多条形进行操作.
  4. 将图表类型更改回饼图并预览饼图

每个标签现在都会出现.

Every label will appear now.