We need to reduce the width of all columns without changing total number of columns or width of chart.
We need this in order to provide more horizontal space between columns, any suggestions will be highly appreciated!
How many series do you have in the chart? You can adjust the Gap property on the CategoryXAxis to adjust the amount of space between categories, thus making the columns thinner. But there is currently no way to put space between individual columns inside a category.
Hope this helps!
-Graham
Bingo! Gap is exactly what I was looking for ..thanks!