Page 1 of 1

increase space between 2 bars of bar chart

Posted: Wed Nov 12, 2008 7:19 am
by 13045482
how to increase space between 2 bars of bar chart?

Posted: Wed Nov 12, 2008 9:44 am
by narcis
Hi shikha,

You can try using BarWidthPercent:

Code: Select all

			bar1.BarWidthPercent = 10;
Otherwise you should add values to your series in longer intervals or play with bottom axis min. and max. values using SetMinMax method.

Posted: Wed Nov 12, 2008 11:42 am
by 13045482
But how to add values to series in longer intervals ?

Posted: Wed Nov 12, 2008 11:59 am
by narcis
Hi shikha,

Please see my reply here.