Dave Mateer
Dave Mateer

Reputation: 6626

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!

Raw data is displayed below each chart. alt text

Here is chart data:

alt text

I'm using Scalar to give me 0 date values.

alt text

Upvotes: 1

Views: 5362

Answers (1)

timemirror
timemirror

Reputation: 596

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..

Upvotes: 1

Related Questions