SSRS - Column Chart Thickness too thick
SSRS2008R2
Problem: Merchant1 works below. MerchantX doesn't - see the widths of the columns span more than 1 day!
开发者_C百科Raw data is displayed below each chart.
Here is chart data:
I'm using Scalar to give me 0 date values.
Maybe check this link.. and play with the PointWidth (relative size) or PixelPointWidth of the column width.... SSRS and Microsoft Charting
PointWidths greater than 1.0 will give you an overlap... set to 0 and put the PixelPointWidth to something like 8 and see how that looks..
精彩评论