Vikas
Vikas

Reputation: 334

How to increase width of bar chart in SSRS

How to increase width of bar chart in SSRS we also want gapping between lines.

Upvotes: 6

Views: 24630

Answers (3)

Yi Zhang
Yi Zhang

Reputation: 136

  1. highlight the bar you want change width. enter image description here
  2. go to menu View -> click properties window or press F4 button

  3. in the properties window, under CustomAttributes find PointWidth and change it. if this value greater than 1, the bar will overlap. if it less than 1, it will change the width of the bar.

enter image description here

Upvotes: 5

ScanMan
ScanMan

Reputation: 21

If it helps, and I know this is way past the posting date, you can add an extra series, then set the series properties fill option to white. This will give the appearance of a space in between the the other columns

Upvotes: 2

Mike Honey
Mike Honey

Reputation: 15017

Select the Chart Series. In the Properties pane, navigate to CustomAttributes / PointWidth. Adjust to suit e.g. 0.9 will produce a bar a bit wider than the default.

Upvotes: 7

Related Questions